function pop(url) 
{
	var newWindow = window.open(url,'FotoWindow','height=768px,width=1024px,status=yes,toolbar=no,menubar=no,location=no,resizable=1,scrollbars=1');
	newWindow.focus(); 
	return false;
}
function SearchSite() 
{
  document.location.href = '/Algemeen/ZoekResultaten.aspx?cx=010919835653290094175%3Ahbymfbssc0e&cof=FORID%3A10&ie=UTF-8&q=' +
    document.getElementById('q').value + '&sa=Zoeken';
}

