﻿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"
				);

				
//调用公共FOOT
new gajson.gaAjax("/web/foot.txt",
				 new gajson.tool.parameter("style","","",""),
				gajson.client.StyleText,
				"GET",
				"gajson_footer"
				);