function writeConsole(content,title) {
 top.consoleRef=window.open('',title,
  'width=600'
   +',height=700'
   +',menubar=0'
   +',location=1'
   +',toolbar=0'
   +',status=0'
   +',scrollbars=1'
   +',resizable=1')
 top.consoleRef.document.writeln(
  '<html><head><title>' + title + '</title>'
   + '<style type="text/css">'
   + 'body{background-color: White; font-size: 100%; font-height: 120%}'
   + 'h3 {font-family: sans-serif; font-size: 110%; line-height: 130% font-style: bold;}'
   + 'ul {font-family: serif; font-size: 100%; line-height: 120% font-weight: bold;}'
   + 'em {font-style: italic;}'
   + 'p {font-family: sans-serif; font-size: 100%; line-height: 120% font-weight: normal;}' 
   + '.none'
   + '{' 
   + 'list-style-type: none'
   + '}'
   + '</style>'
   + '</head>'
   + '<body onLoad="self.focus()">'
   + content
   + '</body></html>'
 )
 top.consoleRef.document.close()
}

var contact_title = "Contact Liisa Vitali Design";

var contact_content = "<div class='lpxcenterpageouter'><div class='lpxcenterpageinner'><div id='element2'><img height='52' width='214' alt='' src='index Files/Liisa_Vitali_nimikirjoitus_2__1__op_214x52.jpg'></div><div id='element3'><h3>Liisa Vitali Design</h3><form action='http://simpleflysoftware.com/cgi-bin/formmail/FormMail.pl' method='post'>Please type a message, and then enter the verification code.<br/>(An asterisk (*) indicates a required field)<br/>*Name: <input type='text' name='name'><br/>Address line 1: <input type='text' name='address_line1'/><br/>Address line 2: <input type='text' name='address_line2'/><br/>*City or zip code:<input type='text' name='cityzip'><br/>*Return email address: <input type='text' name='email'><br/>Subject of email message:<br/><input type='text' name='subject'><br/> Message:<br/><textarea name='message' rows='7' cols='40'></textarea><br/>Verification Code:<br/><img src='http://simpleflysoftware.com/cgi-bin/formmail/captcha.cgi'><br/><br/><input type='text' name='verifytext'><br/><br/><br/><input type='reset' value='Reset'/><input type='submit' value='Send Message'/><br/><br/><input type='hidden' name='recipient' value='rocketage@verizon.net,reijorouhe@verizon.net'></form></p></div></div></div></div>";

