<!-- Begin

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


var color		= "FFFFFF"		// 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 2009 © 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="100">');
   if (showimage == "yes") {
document.write('<a href="'+imaglink+'"><img src="picts/header_image.jpg" border="0" class="borders"></a><br>');
}
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>');
}



// START SOUND CODE DO NOT DELETE -- REMOVE IN THE MENU.JS ONLY


function Sound()
{
if (document.all)
 {
  document.all.sound.src = "click.wav";
 }
}


document.write('<div id="soundlocation" style="left: -50px; position: absolute; top: 5px;">');
document.write('<bgsound id="sound" />');
document.write('</div>');


// END SOUND CODE




//  End -->

