<!-- 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		= "FFFFFF"	// HEADER BACKGROUND COLOR
var bordertop		= "FFFFFF"	// TOP BORDER COLOR
var borderbot		= "FFFFFF"	// BOTTOM BORDER COLOR
var flashheight		= "55"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)
var headerheight	= "55"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthk		= "1"		// BORDER THICKNESS
var headerbar		= "no"		// SHOW BAR UNDER THE HEADER





// COPYRIGHT 2007 © 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+' '+borderthk+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="center" valign="middle">');
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="home_page">');
document.write('<PARAM NAME=movie VALUE="home_page.swf">');
document.write('<PARAM NAME=quality VALUE="high">');
document.write('<PARAM NAME=wmode VALUE="transparent">');
document.write('<PARAM NAME=bgcolor VALUE="#'+color+'">');
document.write('<EMBED src="home_page.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" NAME="home_page" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');



   if (headerbar == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr>');
document.write('<td background="picts/split-bar.gif">');
document.write('<img src="picts/spacer.gif" height="10" width="15" border="0" alt="image"><br>');
document.write('</td></tr></table>');
}



//  End -->