function clear(){
	document.frm1.nme1.value="";
	document.frm1.nme2.value="";
	document.frm1.nme3.value="";
	document.frm1.msg.value="";
}