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

function MainMenu(PlaySound,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="536" id="mdtop" align="top">\n');
    document.write('<param name="movie" value="header.swf');
	document.write('?PlaySound='+PlaySound+'&MyRootLocation='+MyRootLocation);
	document.write('" /><param name="quality" value="high" />\n');
    document.write('<embed src="header.swf');
	document.write('?PlaySound='+PlaySound+'&MyRootLocation='+MyRootLocation);
	document.write('" quality="high" width="975" height="536" name="mdtop" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></embed>\n');
	document.write('</object>\n');
}