
<!-- Begin
// comment out any ' , add a slash before it-  \'
// variables "no" OR "yes" - lower case
var flashcolor		= "3A5163"	// Flash background color - mustard tan948B6D 4e220a
var flashbgcolor	= "3A5163"	// Header background color1D59EB  993300
var flashheight	= "74"       		// Height of the flash (in pixels) (adjust the menu.js)
var flashwidth		= "897"    		// Width of the flash (in pixels)
var flashalign		= "center"  		// Align of the flash  (adjust the menu.js)
var stripes			= "yes"    		// Show stripe under the flash
document.write('<div id="divtopF"> ');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr><td ALIGN="'+flashalign+'" bgcolor="#'+flashbgcolor+'">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.net/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo">'); /* id="divtopF"*/
document.write('<PARAM NAME=movie 		VALUE="gfx/logo.swf">');
document.write('<PARAM NAME=quality 	VALUE=high>');
document.write('<PARAM NAME=bgcolor 	VALUE=#'+flashcolor+'>');
document.write('<EMBED src="gfx/logo.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.net/go/getflashplayer">');  /* ALIGN="" */
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td></tr>');
document.write('<tr><td ALIGN="'+flashalign+'" bgcolor="#'+flashbgcolor+'">');
if (stripes == "yes") {
document.write('<img src="gfx/line.gif" width="94%" height="2" border="0" align="right">');
}
document.write('</td></tr>');
document.write('</table>');
document.write('</div> ');
//  End -->

