//v1.1
//Copyright 2006 Adobe Systems, Inc. All rights reserved.

function MainMenu(PlaySound,NonStandardPage,MyRootLocation){
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="975" height="550" id="mdtop" align="top">\n');
    document.write('<param name="movie" value="header.swf');
	 	document.write('?PlaySound='+PlaySound+'&NonStandardPage='+NonStandardPage+'&MyRootLocation='+MyRootLocation);
	document.write('" /><param name="quality" value="high" />\n');
    document.write('<embed src="header.swf');
	 	document.write('?PlaySound='+PlaySound+'&NonStandardPage='+NonStandardPage+'&MyRootLocation='+MyRootLocation);
	document.write('" quality="high" width="975" height="550" name="mdtop" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></embed>\n');
	document.write('</object>\n');
}


function SubMenu(MyRootLocation){
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="200" height="250" id="mdside" align="top">\n');
    document.write('<param name="movie" value="sub.swf');
	document.write('?MyRootLocation='+MyRootLocation);
	document.write('" /><param name="quality" value="high" />\n');
    document.write('<embed src="sub.swf');
	document.write('?MyRootLocation='+MyRootLocation);
	document.write('" quality="high" width="200" height="250" name="mdside" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></embed>\n');
	document.write('</object>\n');
}

