﻿var paramter="menuId="+menuId+"&subId="+subId+"&classId="+classId;


//调用TOP
new gajson.gaAjax("/web/top.ashx",
				new gajson.tool.parameter('style',paramter,'',''),
				gajson.client.StyleText,
				"GET",
				"gajson_top"
				);
//			
//页头广告调用
new gajson.gaAjax("/web/lm_image2.ashx",
				new gajson.tool.parameter("style","ad_class=1000000000003&width=960&height=92","",""),
				gajson.client.StyleText,
				"GET",
				"gajson_image"
				);  
				
//调用公共FOOT
new gajson.gaAjax("/web/foot.txt",
				 new gajson.tool.parameter("style","","",""),
				gajson.client.StyleText,
				"GET",
				"gajson_footer"
				);
	
//页面左边交易提示AJAX调用
new gajson.gaAjax("/web/jyts.txt",
				  new gajson.tool.parameter("style","","",""),
				gajson.client.StyleText,
				"GET",
				"gajson_jyts"
				);

				//页面左边快速导航AJAX调用
new gajson.gaAjax("/web/ksdh.ashx",
				new gajson.tool.parameter("style",paramter,"",""),
				gajson.client.StyleText,
				"GET",
				"gajson_ksdh"
				);

new gajson.gaAjax("/web/SiteMapHandler.ashx",
				new gajson.tool.parameter("style",paramter,"",""),
				gajson.client.StyleText,
				"GET",
				"gajson_dqwz"
				);
