function form_check ()
{ if (document.forms[0].elements[3].value == "") { alert("Your search box was empty." + "\nPlease enter word, group of words or pattern of letters in the search box."); return false;}
var iChars = "=*+"; for (var i = 0; i < document.forms[0].elements[3].value.length; i++) { if (iChars.indexOf(document.forms[0].elements[3].value.charAt(i)) != -1) { alert ("Please don\'t use signs \"=,*,+\" in your query."); return false;}
}
}
function Add_A_Favorite()
{ if (window.external)
{ external.AddFavorite('http://www.archaeobotany.de','Literature on archaeological remains of cultivated plants 1981-2004')
}
else
{ alert("Sorry, your browser doesn\'t support this feature." + "\nPlease use the bookmark feature of your browser to save the location of this page.");}
}