function newwin(loc){
nieuwwin=window.open(loc,"_blank"," status=no, toolbar=no, scrollbars=no, location=no, menubar=no,width=520,height=520");
}

