function al(x,w,h)
{
	if (w==0) w=screen.availWidth;
	if (h==0) h=screen.availHeight;
	var l=(screen.width/2)-(w/2), t=(screen.height/2)-(h/2);
	window.open(x,'',"toolbar=no,resizable,scrollbars=yes,width="+w+",height="+h+",left="+l+",top="+t);
}

function flashOyun(x,w,h)
{
	yukseklik=eval(h)+25;
	if (w==0) w=screen.availWidth;
	if (h==0) h=screen.availHeight;
	var l=(screen.width/2)-(w/2), t=(screen.height/2)-(h/2);
	imgWin = window.open(x,'',"toolbar=no,resizable,scrollbars=yes,width="+w+",height="+yukseklik+",left="+l+",top="+t);
	with (imgWin.document)
	{
		writeln('<html><head><title>Zopcuk</title><style>body{margin:0px;}</style></head>');
		writeln('<body bgcolor=FFFFFF scroll="no" onload="self.focus()"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">')
		writeln('<tr><td align="center" valign="top"><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="'+w+'" height="'+h+'">');
		writeln('<param name="movie" value="'+x+'">');
		writeln('<param name="quality" value="high">');
		writeln('<embed src="'+x+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>');
		writeln('</object></td></tr><tr><td height="25" align="center" valign="middle">');
		writeln('<!-- BEGIN WebSTAT Activation Code -->');
		writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="http://hits.nextstat.com/cgi-bin/wsv2.cgi?93339"></scr'+'ipt>');
		writeln('<nos'+'cript>');
		writeln('<a href="http://www.webstat.com">');
		writeln('<img src="http://hits.nextstat.com/scripts/wsb.php?ac=93339" border="0" alt="Website Metrics and Site Statistics by NextSTAT" /></a>');
		writeln('</nos'+'cript>');
		writeln('<!-- END WebSTAT Activation Code -->');
		writeln('</td></tr></table>');
		writeln('</body></html>');
	}
	imgWin.focus();
}

function ShowImage(x,w,h)
{
	if (w==0) w=screen.availWidth;
	if (h==0) h=screen.availHeight;
	var l=(screen.width/2)-(w/2), t=(screen.height/2)-(h/2);
	imgWin = window.open('about:blank','',"toolbar=no,resizable,scrollbars=yes,width="+w+",height="+h+",left="+l+",top="+t);
	with (imgWin.document)
	{
		writeln('<html><head><title>Zopcuk</title><style>body{margin:0px;}</style></head>');
		writeln('<body bgcolor=FFFFFF scroll="no" onload="self.focus()">');
		writeln('<img src="'+x+'" width="'+w+'" height="'+h+'">');
		writeln('</body></html>');
	}
	imgWin.focus();
}
