function p(sIMG) {
	var features = "scrollbars=auto,status=no,resizable=yes,width=880,height=680,top=" + ((screen.height-680)/2) + ",left=" + ((screen.width-880)/2) + ",fullscreen=no";
	window.open('popimage.asp?img='+sIMG, 'afbeelding', features); 
}


