function popup (file, width, height)  {
	properties = "scrollbars=yes, width=" + width + ", height=" + height
 	MyWindow =
		 window.open(file, "Afbeelding", properties);
	 MyWindow.focus();
}