function op(nev,width,height) {
    w=window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,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;
}
