// JavaScript Document
function clrTextField()
{

document.searchForm.keyWords.value='';

}