lighton1 = new Image()
lighton1.src = "/images/menu_aan_news.gif"
lighton2 = new Image()
lighton2.src = "/images/menu_aan_parties.gif"		
lighton3 = new Image()
lighton3.src = "/images/menu_aan_fotos.gif"		
lighton4 = new Image()
lighton4.src = "/images/menu_aan_maillist.gif"
lighton5 = new Image()
lighton5.src = "/images/menu_aan_guestbook.gif"
lighton6 = new Image()
lighton6.src = "/images/menu_next_aan.gif"
lighton7 = new Image()
lighton7.src = "/images/logo_aan_boven.gif"

function contact() {
window.open('contact.html','contact','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,width=350,height=370');
}
function flyerfront() {
window.open('flyerfront.html','contact','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=585,height=800');
}
function flyerback() {
window.open('flyerback.html','contact','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=817,height=568');
}
function shroomcam() {
window.open('http://www.cosmiccombination.net:8080','contact','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=700,height=600');
}


function subscribe_form(myform, windowname){
if (! window.focus)return true;
newwin = window.open('', windowname, 'height=400,width=370,scrollbars=no');
if (document.all){
newwin.moveTo(0,0);
}
myform.target=windowname;
return true;
}

