function queryReportTaxCode(taxNo,flag){
	if(!isTaxNo(taxNo)){
		alert("请输入正确税号！");	
		return;
	}	
	openBox('/servlet/wa/Channel?handle=querySoftcode&taxNo='+taxNo+'&flag='+flag,'电子报税软件注册码查询',600,400,false);
}
