function search( word ){
    if( document.search_form.word.value == word ){
	    document.search_form.word.value='';
    }
}