//INSERT FLASH LAYER
if (has_plugin) {

		document.body.style.overflow = 'hidden';

		//OBJECT FOR IE
		document.write('<object id="pannon" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+ requiredFlashVer +',0,0,0" ');
		document.write('WIDTH="100%" HEIGHT="100%" align="middle" />');
		document.write('<PARAM NAME="movie" VALUE="' + flashFile + '" />');
		
		document.write('<PARAM NAME="FlashVars" VALUE="history_page=' + build_page + '&id=' + build_id + '&code=' + build_code + '&visitor_id=' + build_session_id + '" />');
		document.write('<PARAM NAME="allowScriptAccess" VALUE="always" />');
		document.write('<PARAM NAME="play" VALUE="true" />');
		document.write('<PARAM NAME="menu" VALUE="false" />');
		document.write('<PARAM NAME="quality" VALUE="best" />');
		document.write('<PARAM NAME="bgcolor" value="#000000" />');
		
		
		//EMBED FOR NETSCAPE
		document.write('<EMBED NAME="pannon" SRC="' + flashFile + '" ');
		document.write('FLASHVARS="history_page=' + build_page + '&id=' + build_id + '&code=' + build_code + '&visitor_id=' + build_session_id + '" MENU="false" PLAY="true" QUALITY="best" SWLIVECONNECT="true" ');
		document.write('WIDTH="100%" HEIGHT="100%" ');
		document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="always"></EMBED>');
		
		document.write('</OBJECT>');
} else {
	
	document.body.style.overflow = 'auto';

	document.write('<div style="height: 686px; width: 953px; background-image: url(i/noflash_bg.jpg); background-repeat: no-repeat; background-position: center center;">');
	document.write('<div style="padding-top: 444px; padding-left: 127px;"><a href="http://www.macromedia.com/go/getflashplayer" target="_blank" onmouseover="MM_swapImage(\'dl\',\'\',\'i/noflash_download_o.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="i/noflash_download.gif" alt="Flash player let�lt�se" name="dl" width="146" height="22" border="0" id="dl" /></a></div>');
	document.write('</div>');
}
