function flashYaz(dosya,en,boy){
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'); 
		document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"'); 
  		document.write('width="'+en+'" height="'+boy+'">');
    	document.write('<param name="movie" value="'+dosya+'">');
    	document.write('<param name="quality" value="high">');
    	document.write('<PARAM NAME=menu VALUE=false>');
		document.write('<embed src="'+dosya+'" quality="high"'); 
       	document.write('type="application/x-shockwave-flash"'); 
       	document.write('width="'+en+'" height="'+boy+'"></embed>');
		document.write('</object>');
}

		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'); 
		document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"'); 
  		document.write('width="750" height="79">');
    	document.write('<param name="movie" value="/swf/komimenu_04.swf">');
    	document.write('<param name="quality" value="high">');
    	document.write('<param name="wmode" value="transparent">');
    	document.write('<PARAM NAME=menu VALUE=false>');
		document.write('<embed src="/swf/komimenu_04.swf" quality="high"'); 
       	document.write('type="application/x-shockwave-flash"'); 
       	document.write('width="750" height="79"></embed>');
		document.write('</object>');
