<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



var color		= "000000"	// HEADER BACKGROUND COLOR
var bordertop		= "000000"	// TOP BORDER COLOR
var borderbot		= "800080"	// BOTTOM BORDER COLOR
var headerheight	= "100"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthkT		= "0"		// TOP BORDER THICKNESS
var borderthkB		= "2"		// BOTTOM BORDER THICKNESS
var showicon		= "no"		// SHOW ICON IN THE HEADER





// COPYRIGHT 2008 © 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%" style="background-color: #'+color+'; BORDER-TOP: #'+bordertop+' '+borderthkT+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthkB+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr>');

	if (showicon == "yes") {
document.write('<td align="center" valign="middle" width="80">');
document.write('<img src="picts/header-image.gif" height="65" width="80" border="0"><br>');
document.write('</td><td align="center" valign="middle">');
	}
	else
document.write('</td><td align="center" valign="middle">');
	{
	}
document.write('<a href="index.htm"><img src="picts/logo.jpg" border="0"></a><br>');
document.write('</td></tr></table>');







//  End -->
