var clickcount = 0
function clearText() {
	
	clickcount++;
	if (clickcount == 1) {
		document.frm_search.searchtext.value = '';
	}
}	
