function openPictureWindow_Scud(imageName,alt) {
	newWindow = window.open(alt,"newWindow","width=80,height=80");
	newWindow.document.open();
	newWindow.document.write('<html><head><title>Reikimaster4.com</title><scr'+'ipt language="javascr'+'ipt">function boyutlandir(scud){genislik=eval(scud.offsetWidth)+8;yukseklik=eval(scud.offsetHeight)+27;window.resizeTo(genislik,yukseklik);yenix=(screen.availWidth-genislik)/2;yeniy=(screen.availHeight-yukseklik)/2;');
	newWindow.document.write('window.moveTo(yenix,yeniy);}</scr'+'ipt></head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 onload="window.setTimeout(\'self.close\',20000)" onresize="boyutlandir(resim)" onload="boyutlandir(resim)">');
	newWindow.document.write('<a  href="javascript:window.close()" title="Resmi Kapatmak İçin Tıklayınız."><img src='+imageName+' id=resim onload="boyutlandir(resim)" alt="" border="0"></a><scr'+'ipt language="javascr'+'ipt">boyutlandir(resim);</scr'+'ipt>');
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}
