// JavaScript Document
function showImagePopUp(strImageUrl){
	window.open("http://www.goedomtehoren.nl/webfront/image.asp?img="+strImageUrl,"ImagePopUp",'width=200,height=200,location=no,toolbar=no,scrollbars=no,resizable=no,left=100,top=100');
}