function popupke (what) {
	popup = window.open(what, 'detail','width=455,height=320,scrollbars=yes,toolbar=no,location=no,status=yes,menubar=no,left=200,top=50')
}
function popupkevar (what,width,height) {
	popup = window.open(what, 'detail','width='+width+',height='+height+',scrollbars=yes,toolbar=no,location=no,status=yes,menubar=no,left=200,top=50')
}
function popupkevar2 (what,width,height, scroll) {
	popup = window.open(what, 'detail','width='+width+',height='+height+',scrollbars='+scroll+',toolbar=no,location=no,status=yes,menubar=no,left=200,top=50')
}
function Popup(pagina, naam, hoogte, breedte, scroll, tool, menu) {
	window.open(pagina, naam, 'height='+hoogte+',width='+breedte+',scrollbars='+scroll+',toolbar='+tool+',location=no,status=no,menubar='+menu+',left=10,top=10,directories=no')
}