
function imag(im, w, h) {

refer = window.open("", "", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width="+w+",height="+h+", top=50,left=50");


refer.document.write("<html><head><title></title><meta http-equiv=Content-Type content=text/html; charset=iso-8859-1><LINK href='style.css' type=text/css rel=StyleSheet></head><body topmargin=0 leftmargin=0 marginheigh=0 marginwidth=0 style='background-image:none; background-color: #000000;'><table width=100% border=0 cellspacing=0 cellpadding=0 height=100%><tr><td valign=center width=100%><img src=poze/"+im+"  ></td></tr> <tr><td valign=top id='nou' width=100% ><center><a href='javascript:window.close();'>Inchide</a></center></td></tr><tr><td height='5' width=100% ></td></tr></table></body></html>");

refer.document.close();
refer.focus();

}
