function myopen(link,w,h){
	mymut=window.open(link,'Afbeelding','width='+w+',height='+h+',menubar=no,toolbars=no,scrollbars=no');
}

