
/////	
function popper(pictom, mx, my){
ablak = window.open("","", "width=" +mx+ ", height=" +my+ ", resizable=no");
ablak.document.writeln("<html><head><title>Villa NEO</title></head><body bgcolor='#000000' text='#FFFFFF' link='#FF0000' background='_lmnts/letoltesback_bg.gif' topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>");
ablak.document.writeln("<a href='#' onclick='window.close()'><img border='no' alt='ablak becsuk' src='imgs/galeria/bigpicts/" + pictom + "'></a></body></html>");
}