function searchBlank(temp){
	if(temp.value=="Search") temp.value='';
}
function searchBlankFill(temp){
	if(temp.value=="") temp.value='Search';
}