function removesearch(x){
	if(x.value=='Search'){x.value='';}
}
function removename(x){
	if(x.value=='Name:'){x.value='';}
}		
function removeemail(x){
	if(x.value=='Email:'){x.value='';}
}	
