function load_moos(){
	VensterV(900,750,0,0)
}

function VensterV(breed,hoog,yas,xas) {
        if (!window.openV) {
        	openV=window.open('','winV','width='+breed+',height='+hoog+',location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,top='+yas+',left='+xas);
        } else {
        	if (!openV.closed){
            	openV.focus();
            } else {
            	openV=window.open('','winV','width='+breed+',height='+hoog+',location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,top='+yas+',left='+xas);
            }
        }
}

function aanmeld() {
	VensterV(900,750,0,0)
	document.Einde.submit();
	setTimeout('document.Einde.user.value=""',500);
	setTimeout('document.Einde.passwd.value=""',500);
}