
//用户心声
function UserVoice(){
	
	//var text_top = "最简捷的中文数据审计分析<h6>The most simple analysis of Chinese data auditing</h6>";
	//$("#text_top").html(text_top);
	
	//$("#client").click(function(){
		
		//User Voice 用户心声
		$("#gps_tibc_company").hide();
		$("#gps_tibc_products").hide();
		$("#gps_tibc_userVoice").show();
		$("#gps_tibc_service").hide();
		$("#gps_tibc_contactUS").hide();
		$("#gps_tibc_newsDetailse").hide();
		
		$("#about_company").hide();
		$("#gps_text").hide();
		$("#userVoice").show();
        $("#contactUS").hide();
		
		//用户心声
//		var uv_text01 = "<font color='#ff6800'><b>我是老板，我需要</b></font><br/>";
//		uv_text01 += "随时了解公司经营情况，管好客户资源，学习交流经营管理经验。<br/>";
//		$("#uv_text01").html(uv_text01);
//		var uv_text02 = "<font color='#ff6800'><b>我是会计，我需要</b></font><br/>";
//		uv_text02 += "区别管理不同性质的往来业务实时跟踪预收/预付资金可简可细。<br/>";
//		$("#uv_text02").html(uv_text02);
//		var uv_text03 = "<font color='#ff6800'><b>我做销售，我需要</b></font><br/>";
//		uv_text03 += "找到更多商机，及时跟进客户，能让采购、销售、库存信息同步。<br/>";
//		$("#uv_text03").html(uv_text03);
//		var uv_text04 = "<font color='#ff6800'><b>我做代账，我需要</b></font><br/>";
//		uv_text04 += "客户能自己查账，我能随时随地处理客户账，还要有更多的推广机会。<br/>";
//		$("#uv_text04").html(uv_text04);
	//});
}