function SearchFocus(el){
	el.style.color='#000000';
	el.value='';
	try{}
	catch(e) {}
}
