// Begin

// VARIABLES FOR THE HEADER



var flashcolor		= "2C4025"		// FLASH BACKGROUND COLOR
var headerheight	= "50"			// HEADER height (IN PIXELS)







// 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 LOGO HEADER

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headerheight+'" bgcolor="#'+flashcolor+'" class="header"><tr><td align="left" valign="center">');
document.write('<a href="index.html"><img src="picts/logo.jpg" border="0"></a><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 -->

