// JavaScript Document

function clearInput(n){
	if(n.value == n.name){
		n.value = "";
	}
}