function Tillah2(chemin,genis)
{
i1 = new Image;
i1.src = chemin;
html = '<HTML><HEAD><TITLE>Mavi Dans | Dansa dair herşey </TITLE></HEAD><BODY bgcolor="#F9FAF7" LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><div align="center"><a href="javascript:window.close()"><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+15,document.imageTest.height+35)"></a></div></BODY></HTML>';
popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
popupImage.document.open();
popupImage.document.write(html);
popupImage.document.close()
}