 function clr(clrd)
 {
	 var tb1 = document.getElementById(clrd);
	  tb1.value="";
	 
 }
