function img(url,x,y){
ablak = window.open(url, "", "width=x,height=y,directories=no,status=no,menubar=no,locationbar=no,scrollbars=no,status=no,titlebar=no,toolbar=no");
ablak.resizeTo(x+10,y+28);
ablak.moveTo(((screen.width/2)-(x/2)),((screen.height/2)-(y/2)))
ablak.document.write("<html><head><title>Van Roij Fasteners Hungary - ");
ablak.document.write(url);
ablak.document.write("</title></head><body bgcolor='FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
ablak.document.write("<a href=\"JavaScript:close()\"><img src='kepek/");
ablak.document.write(url);
ablak.document.write(".jpg' border='0'></a></body></html>");
}
