function searchForm(item, type){
  if (item != ""){
      if (type == "common"){
      location.href="/Nvog.Website/_meta/Zoeken/default.aspx?searchstring="+item
      } else if (type == "brochures"){
      location.href=item;
      } else if(type == "subject"){
	location.href=item;
	}
  }
}

