
<!-- Begin

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

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var flashcolor		= "#21423D"	// FLASH BACKGROUND COLOR (GREEN=21423D, BLUE=141424, WHITE=948B6D, LtBLUE=91B3C1)
var color		= "#21423D"	// HEADER BACKGROUND COLOR (GREEN=21423D, BLUE=141424, WHITE=948B6D, LtBLUE=91B3C1)
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)


var stripes	 	= "no"		// SHOW STRIPE UNDER THE FLASH
var stripeheight	= "28"		// HEIGHT OF THE STRIPE (DEFAULT 28)
var stripewidth		= "100%"	// WIDTH OF THE STRIPE (DEFAULT 100%)


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR='+color+'><tr><td ALIGN="LEFT">');

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="750" HEIGHT="50" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE='+flashcolor+'>');
document.write('<EMBED src="logo.swf" quality=high bgcolor='+flashcolor+'  WIDTH='+flashwidth+' HEIGHT='+flashheight+' NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');

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

this.stripes=this.stripes.toLowerCase();
   if (stripes == "yes") {
document.write('<img src="picts/stripe.jpg" width='+stripewidth+' height='+stripeheight+'><br>');
}


//  End -->
