/*
	JAVASCRIPTS FILE (c)2005 Mediamonks bv
*/

function openPhoto(name,width,Height)
{
	var popupwidth = width;
	var popupheight = Height;
	var leftstart = (screen.width/2) - (popupwidth/2);
	var topstart = (screen.height/2) - (popupheight/2);
	var properties = "width="+popupwidth+", height="+popupheight+", left="+leftstart+", top="+topstart+", toolbar=no, titlebar=no, title=0, location=no,scrollbars=no,status=no,resizable=no";
	window.open('http://www.horecamakelaar.nl/showphoto.php?photo='+name,'photo',properties);
}

	


