/////	
function popper(pictom, mx, my,megrend,munka){
ablak = window.open("","", "width=" +mx+ ", height=" +my+ ", resizable=no");
ablak.document.writeln("<html><head><meta http-equiv='Content-TYPE' content='text/html; charset=utf-8' >");
ablak.document.writeln("<title>Silvart referencia</title><link href='phpstyle.css' rel='stylesheet' type='text/css' /></head>");
ablak.document.writeln("<body bgcolor='#999999' topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>");
ablak.document.writeln("<table><tr class='kiir'><td height='20'>&nbsp;&nbsp;Megrendelő: "+ megrend +" &nbsp;&nbsp;|&nbsp;&nbsp; Megnevezés: " + munka + "</td></tr><tr><td>");
ablak.document.writeln("<a href='#' onclick='window.close()'><img border='no' alt='ablak becsuk' src='" + pictom + "'></a>");
ablak.document.writeln("</td></tr></table></body></html>");
}
