function SearchTerm ( textlink )
{
document.KeywordSearch.searchbox.value = textlink ;
document.KeywordSearch.submit() ;
}
