function popitup(url,naam)
{
	newwindow=window.open(url,naam,'height=200,width=400,resizable=yes');
	if (window.focus) {newwindow.focus()}
}