function queryDeductCode(taxNo){
	if(!isTaxNo(taxNo)){
		alert("税号不正确！");	
		return;
	}
	openBox('/servlet/wa/Channel?handle=queryDeductCode&taxNo='+taxNo,'抵扣联信息采集系统注册码查询',600,400,false);
}
