<!--
<!-- START POPUPS -->
function open_terms(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes,status=no,scrollbars=no,menubar=no,width=428,height=560');
     	}
function open_speak(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes,status=no,scrollbars=yes,menubar=no,width=632,height=700');
     	}
function open_info(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes,status=no,scrollbars=no,menubar=no,width=324,height=515');
     	}
function open_expert(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes, status=no,scrollbars=no,menubar=no,width=324,height=514');
     	}
function open_offer(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes,status=no,scrollbars=no,menubar=no,width=324,height=454');
     	}
function open_support(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes, status=no,scrollbars=no,menubar=no,width=340,height=514');
     	}
function open_reffer(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes, status=no,scrollbars=yes,menubar=no,width=352,height=526');
     	}
function open_map(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes, status=no,scrollbars=no,menubar=no,width=548,height=600');
     	}
function open_location(naam) {
    	startDate= new Date();
        tmpWin = window.open(naam, startDate.getTime(), 'toolbar=no,location=no,resizable=yes, status=no,scrollbars=no,menubar=no,width=516,height=603');
     	}

<!-- END POPUPS -->
//-->


