<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "9494d1"		// HEADER BACKGROUND COLOR
var showimage 		= "yes"	 		// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink		= "about.htm"		// SMALL IMAGE PAGE LINK
var showbar		= "yes"			// SHOW BAR UNDER HEADER






// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START FLASH HEADER



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td ALIGN="LEFT">');
document.write('<a href="index.html"><img src="picts/logo.jpg" border="0"></a><br>');
document.write('</td><td align="center" width="300">');
   if (showimage == "yes") {
document.write('<form name="logmeinsupport" action="https://secure.logmeinrescue.com/Customer/Code.aspx" method="post">');
document.write('<table bgcolor="9494d1"><tr><td width="175"><span class="style4"><font face="Verdana, Arial, Helvetica, sans-serif"><font color="000000">');
document.write('Enter your 6-digit PIN code:</font></span></td><td width="130"><input type="text" name="Code"');
document.write('value="" /></td></tr><tr valign="middle"><td colspan="2"><div align="right">'); 
document.write('<input type="submit" value="Connect to technician" name="submit" /></div></td>');
document.write('</tr></table><input type="hidden" name="tracking0" maxlength="64" value="" />');
document.write('<!-- optional --><input type="hidden" name="language" maxlength="5" value="" />');
document.write('<!-- optional --><input type="hidden" name="hostederrorhandling" value="" />');
document.write('<!-- optional --></form>');
}
else {
document.write('<img src="picts/spacer.gif" width="10" height="10"><br>');
}
document.write('</td></tr></table>');



// HEADER BAR

   if (showbar == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="pagebars">');
document.write('<img src="picts/spacer.gif" height="1" width="15" border="0"><br>');
document.write('</td></tr></table>');
}




//  End -->
