function openwindow(width, height, img)
{
	window.open("http://www.imaxe.nl/popup/popup.php?img="+img+" ","naam","menubar=1,resizable=1,width="+width+",height="+height+" ");
}
