function nieuwvenster(url)
    {
	   newwindow=window.open(url,"venster","resizable=1,scrollbars=1,width=800,height=600");
	   if (window.focus) {newwindow.focus()}
	   return false;

    }

