function flash()
{

 bongeszo = navigator.appName;
 verzio = navigator.userAgent;
 sh_opera = window.innerHeight;
 sh = document.documentElement.clientHeight;


if(bongeszo=="Netscape")
	{
	document.writeln('<object id="flashIntro" data="common/flash_1.swf" type="application/x-shockwave-flash" width="980" height="177"><param value="transparent" name="wmode"></object>');
	}
else
	{
	 document.writeln('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" WIDTH="980" HEIGHT="177" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0">');
	 document.writeln('<PARAM NAME="MOVIE" VALUE="common/flash_1.swf">');
	 document.writeln('<PARAM NAME="PLAY" VALUE="true">');
	 document.writeln('<PARAM NAME="LOOP" VALUE="true">');
	 document.writeln('<PARAM NAME="WMODE" VALUE="transparent">');
	 document.writeln('<PARAM NAME="QUALITY" VALUE="high">');
	 document.writeln('<EMBED SRC="common/flash_1.swf" WIDTH="980" HEIGHT="177" PLAY="true" LOOP="true" WMODE="transparent" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	 document.writeln('</EMBED></OBJECT>');


	}

/*alert(bongeszo);*/
}
	





