// JavaScript Document
function havenoNumber2(theelement)  //º¬ÓÐ·ÇÊý×Ö×Ö·û ·µ»Ø true                            
{                              
  text="1234567890.";                              
  for(i=0;i<=theelement.length-1;i++)                              
	{                              
	  char1=theelement.charAt(i);                              
	  index=text.indexOf(char1);                              
	  if(index==-1)                              
		{                              
		  return true;                               
		}                              
	}                              
	return false;                              
} 
function dip(obj,flag)      
{       
  if(flag==0)      
	{          
	  obj.style.display=""      
	}      
  else      
	{      
	  obj.style.display="none"      
	}      
} 

function setshengchan(obj)
{
if (FrontPage_Form1.flag2.value==3)
{
FrontPage_Form1.Issalerid.value=obj.salerid
FrontPage_Form1.t1.value=obj.salernm
FrontPage_Form1.issortid.value=obj.issortid
FrontPage_Form1.memo1.value=obj.LastIncome

}
}
//-->
