function popper (str,ww,hh)
{
var popOneUp = window.open("","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,left=50,top=0,scrollbars=0,resizable=0,copyhistory=0,width="+ww+",height="+hh);
var ici = '<HTML><HEAD><TITLE>-ÖZKAR-</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><A HREF="javascript:window.close()"><img src="'+str+'" width="'+ww+'" height="'+hh+'" border="0" alt="Pencereyi kapatmak için resme tıklayınız!"></a></BODY></HTML>';
popOneUp.document.open();
popOneUp.document.write(ici);
popOneUp.document.close();
}
