<!-- Begin

// YOU CAN CHANGE ANY OF THESE VARIABLES


var headercolor		= "000000"		// HEADER AND FLASH BACKGROUND COLOR
var flashwidth		= "550"			// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "64"			// HEIGHT OF THE FLASH (IN PIXELS)

var showcontact		= "yes"			// SHOW CONTACT LINK

var linecolor		= "000000"		// COLOR OF LINE UNDER HEADER
var lineheight		= "1"			// HEIGHT OF LINE


function submitform()
{
  document._xclick.submit();
}

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

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="75" bgcolor="#'+headercolor+'">');
document.write('<tr><td align="left" valign="bottom" border="0">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo">');
document.write('<PARAM NAME="movie" VALUE="logo.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+headercolor+'">');
document.write('<EMBED src="logo.swf" quality="high" wmode="transparent" bgcolor="#'+headercolor+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');

document.write('</td><td align="right" valign="bottom">');
if (showcontact == "yes") {
document.write('<A HREF="contact.htm" ONMOUSEOVER="img_act(\'contact\')" ONMOUSEOUT="img_inact(\'contact\')"><IMG NAME="contact" BORDER="0" SRC="picts/ContactOff.png" alt="Contact Us"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="10" height="30" border="0"><br>');
}

document.write('</td></tr><tr><td bgcolor="#'+linecolor+'" colspan="6" height="#'+lineheight+'">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+lineheight+'" WIDTH="20"><br>');

document.write('</td></tr></table>');

//  End -->
