
//产品特色
function Products(){
	
	//var text_top = "最简捷的中文数据审计分析<h6>The most simple analysis of Chinese data auditing</h6>";
	//$("#text_top").html(text_top);
	
	//$("#products").click(function(){
		
		//Products Peculiarity 产品特色
		$("#gps_tibc_company").hide();
		$("#gps_tibc_products").show();
		$("#gps_tibc_userVoice").hide();
		$("#gps_tibc_service").hide();
		$("#gps_tibc_contactUS").hide();
		$("#gps_tibc_newsDetailse").hide();
		
		$("#about_company").show();
		$("#gps_text").show();
		$("#userVoice").hide();
        $("#contactUS").hide();
		
//		var gps_text = "&nbsp;&nbsp;&nbsp;&nbsp;广记百通过市场开拓和客户的支持，目前的业务已涉及交通运输电子机械出版发行等各种行业外资企业。";
//		$("#gps_text").html(gps_text);
//		
//		//$("#ac_title").html("我们能带给您：");
//		
//		$("#ti_text01").html("注册会计师的发展");
//		var text_01 = "区别管理不同性质的往来业务实时跟踪预收/预付资金可简可细的应收/应付帐龄分析表付款及所付凭证的对应查看。";
//		$("#text_01").html(text_01);
//		$("#ti_text02").html("强大的调整/节省功能");
//		var text_02 = "在本准则动态，可新增文件及调整/节省已生成文件已关闭的准则动态，在最高权限下可添加新文件及调整/节省已有文件。";
//		$("#text_02").html(text_02);
//		$("#ti_text03").html("社会经济监督市场");
//		var text_03 = "合作注册会计，企业商务独立收/付款得到市场回报，快捷安全。调整应交税收，带给客户方便。";
//		$("#text_03").html(text_03);
//		$("#ti_text04").html("协会在重要位置/行业中管理");
//		var text_04 = "协会的最新收支及统计图表协会帐户资金状况及移动图表应收应付金额变化图表及Top5列表完整的协会及行业报表文件的分类筛选和高级查询功能。";
//		$("#text_04").html(text_04);
	//});
}