<!-- to see if page is loaded in Google-frame -->
top_loc = location.href
domain_check = top_loc.indexOf("www.elenabeelaerts.nl");
if(self.location.href == top.location.href){
}
else{
if(domain_check > -1)
{
parent.location.href = location.href;
}
}



function doHide(){
document.getElementById('divgevonden').style.visibility = "hidden";
}


function findthemany( ) {
  var outvar = '';
  var whichitem = 0;
  while (whichitem < document.form04.field02.length) {
    if (document.form04.field02.options[whichitem].selected) {
      outvar = outvar + ('' +
        document.form04.field02.options[whichitem].value) + '%20\n';
      }
      whichitem++;
    }
  if (outvar == '') { outvar = 'elena beelaerts'; }
 // window.alert(outvar);
  var submitto = "http://www.google.com/search?q=" + outvar +"%20%22Elena%20Beelaerts%22";
	
	
	document.getElementById('divgevonden').style.visibility = "visible"; 
	//window.open(submitto);
	//window.open(submitto,'_self')
	window.open(submitto,'gevonden')
	//document.getElementById("Link1").href=submitto;
	//MM_goToURL('parent',submitto);return document.MM_returnValue;
  }
  
  

