function flashgoster(dosya,en,boy,deger){
document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+en+"' HEIGHT='"+boy+"' id='contents' ALIGN=''>");
document.writeln("<PARAM NAME=movie value='"+dosya+"' />");
document.writeln("<PARAM NAME=quality VALUE=high>");
document.writeln("<PARAM NAME=wmode VALUE=transparent>");
document.writeln("<PARAM NAME=flashvars id=objflashvars VALUE=deger="+deger+">");	
document.writeln("<EMBED src='"+dosya+"' quality='high' bgcolor='#ffffff' width='"+en+"' height='"+boy+"' name='contents' align='middle' allowScriptAccess='sameDomain'wmode='transparent' type='application/x-shockwave-flash' pluginspage='https://www.macromedia.com/go/getflashplayer' flashvars='deger="+deger+"' />");
document.writeln("</OBJECT>");
}




function GB_show(url) { 
var windowprops = "width=200,height=100"; 
popup = window.open(url,'remote',windowprops); 
} 
