// JavaScript Document
function chk00(str1,str2){
   if (str1.value.charAt(0)=="." || str1.value.charAt(0)=="0" || str1.value.charAt(0)=="-" || isNaN(str1.value)){
      alert("["+str2+"] ĢīŠ““ķĪó.””");
	  str1.value="";
	  }
}