Nav4 = (document.layers) ? 1:0;
IE4 = (document.all) ? 1:0;
ver4 = (Nav4 || IE4) ? 1:0;





function popimage(imagesrc,winwidth,winheight,yazi)
{
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>Nesrin Baytok</title><body leftmargin="0" topmargin="0"><p align="center"><img src="'+imagesrc+'"><p align="center"><font face="Times New Roman"><strong><font color="#008000"> '+yazi+' </font></strong></font> </body>')
popwin.moveTo(0,0)
popwin.document.close()
}

