//** RUSCIO STUDIO FLASH MENU **//

// Bug Fix: we use a js file to insert the menu into the HTML page so as to curb the IE ActiveX limitation that forces the user to click on a Flash object in a HTL page to activate it
							
// the lang var used below is set in includes/html.header.php	




document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="780" height="110" id="menu_" align="middle">');
			document.write ('<param name="allowScriptAccess" value="always" />');
			document.write ('<param name="movie" value="menu/menu_' + lang + '_final.swf?n=' + sctn + '&s=' + sub + '" />');
			document.write ('<param name="quality" value="high" />');
			document.write ('<PARAM name="BGCOLOR" value="#000000">');
			document.write ('<embed src="menu/menu_' + lang + '_final.swf?n=' + sctn + '&s=' + sub + '" quality="high"  width="780" height="110" name="menu" align="middle" BGCOLOR="#000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
			document.write ('</object>');
