function clr (target){
	if (document.getElementById(target).value=='Su Email') {document.getElementById(target).value='';}
}

