
// Popupscherm voor grote foto
function Groot(sPicURL) 
{ 
	window.open( "http://www.piepenbroek.nl/achtergrond/groot.html?"+sPicURL, "",  "resizable=1,height=400,width=400"); 
}
