function popup_tr(icer,w,h) {
var win;
var h, w, x4, y4;
var x4 = screen.width/2 - (w/2);
var y4 = screen.height/2 - (h/2);
win = window.open('','', 'height='+h+',width='+w+',scrollbars=0,resizable=0,menubar=0,toolbar0,status=0,location=0,directories=0,left=' + x4 + ',top=' + y4 + '');
win.document.write ('<html><head><title>Petek Kız Öğrenci Evi | İletişim</title>' +
'<META content="text/html; charset=windows-1254" http-equiv=Content-Type>' +
'<link rel="stylesheet" href="style/newstyle.css" type="text/css"></head>'+
'<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">' +
'<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr>'+
'<td align="center" ><a href="javascript:parent.close();"><img src="'+icer+'" border="0" alt="Resmi kapatmak için lütfen klikleyin."></a></td>'+'</tr></table></body></html>');
}

