function clearBox(x){
	document.getElementById(x).value="";
}

