﻿<!--
function swfFile(){
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="100%">');
document.write ('  <param name="movie" value="MAIN_v070903.swf?web=true">');
document.write ('  <param name="quality" value="high">');
document.write ('  <param name="wmode" value="transparent">');
document.write ('  <embed src="MAIN_v070903.swf?web=true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>');
document.write ('</object>');
}




function dialogOpen(page,w,h){


	if (w == "")
		w = screen.availWidth;
	if (h == "")
		h = screen.availHeight;


w = screen.availWidth - 1;
h = screen.availHeight - 1;
	//var donus = window.showModalDialog(page,window,'dialogHeight:'+h+' px;dialogWidth:'+w+' px;status:no;help:off;unadorned:yes;');
	//var donus = window.open(page,'pencere','width='+w+',height='+h+',');
	var donus = window.open(page,'pencere','fullscreen=yes,width='+w+',height='+h+',');
	//var donus = window.showModelessDialog(page,window,'h:'+h+' px;dialogWidth:'+w+' px;status:no;help:off;center:yes;unadorned:yes;');
	//return donus;

}




function fl_CloseWindow(){
	top.window.close();
}
// -->