// JavaScript Document
function PopupPic(sPicURL) { 
     window.open( "http://sr11.mx1-steveramon.be/inc/fotogroot.php?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200,top=15,left=15,"); 
}
// JavaScript Document
function verander(){
var_mnd = document.getElementById('maand').value;
var_jr = document.getElementById('jaar').value;
window.location = "?mnd="+var_mnd+"&jr="+var_jr;
}

function openact(url){
window.open(url, "activiteit", "width=400,height=300,top=50,left=150");
}

function openalbum(url){
hh1 ='"';
hh2 = '"';
url2 = hh1 + url + hh2;
window.open(url, "album", "width="+screen.width+",height="+screen.height+",top=0,left=0");
}

function openen(url){
window.open(url, "newwin", "scrollbars=yes,toolbar=no,location=no,resizable=yes");
}