function changebg(obj)
{
	var id=obj.id;
	
	
	switch(id)
	{
		case 'aboutzjt':
			obj.className="hand bluebutton";
			goback("/module/help/about.html");
			break;
		case "memberexplain":
			obj.className="hand bluebutton";
			goback("/module/help/memberexplain.html");
			break;
		case "bussinesscollaborate":
			obj.className="hand bluebutton";
			goback("/module/help/bussinesscollaborate.html");
			break;
		case "contactus":
			obj.className="hand bluebutton";
			goback("/module/help/contactus.html");
			break;
		case "servicesupport":
			obj.className="hand bluebutton";
			goback("/module/help/servicesupport.html");
			break;
		case "userhelp":
			obj.className="hand bluebutton";
			goback("/module/help/helpus.html");
			break;
		case "service":
			obj.className="hand bluebutton";
			goback("/module/help/helpus-tiaokuan.html");
			break;
		default:
			goback("/index.html");
	}
}
var init=function()
{
  setfromurl();
  $("#header_btm").html(info.govinfo);
  isenter();		
}
$(document).ready(function(){
						   
	init();		   
});
