// JavaScript Document
function bigpopup(URL) {
width=screen.width;
height=screen.height;
URL=URL.replace(/#/g,"%23");
window.open(URL, 'fotoauto', 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=0, width='+width+', height='+height+'');
}
function popup(p,mf,o,m) {
if(o==""){o=p;}
p=p.replace(/#/g,"%23");
URL="/heitzynmclarenf1collectie/auto.php?id="+p+"&mf="+mf+"&o="+o+"&m="+m;
width=230;
height=550;
window.open(URL, '3fotosauto', 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0, width='+width+', height='+height+'');
}
