function clearChamp(a){
	document.getElementById(a).value="";
}
