/**
 * functie voor het uitvergroten van plaatjes.
 */
function beeldvergroting(naam,hoogte,breedte) {
 win_width="400";
 win_height="400";
 window.open('/themasites/images/index.jsp?number='+naam,'beeldvergroting'+ naam +'', 'width=400,height=400,toolbar=no,menubar=no,buttons=no,location=no,directories=no,status=1,resizable=yes,scrollbars=yes,innerWidth='+ win_width +',innerHeight='+ win_height +'');
}

