function fotopopup(id, storleik) {
URL = "../foto4/fotopopup.php?id=" + id + "&storleik=" + storleik;
eval("fotovindauga = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=100,height=100,left =100,top =40');");
}
