function op(nev,width,height) {
    w=window.open("","","toolbar=1,location=1,directories=1,status=1,menubar=1,resizable=1,width="+width+",height="+height);
	d=w.document.open();
	d.write("<body style='margin:0px;'><a href='#' onclick='window.close();return false;' title='Kép bezárása'><img border='0' src='../img3/"+nev+"n.jpg'></a></body>");
	d.close();
  return false;
}
