function showDiv(objName){
	try{
		var obj=document.getElementById(objName);
		obj.style.display="";
	}catch(e){}
}
function hideDiv(objName){
	try{
		var obj=document.getElementById(objName);
		obj.style.display="none";
	}catch(e){}
}
function changeClassName(objName,newClass){
	try{
		var obj=document.getElementById(objName);
		obj.className=newClass;
	}catch(e){}
}
function LabelChange(Titles,Labelids,Classes,Labelid){
	for(var i=0;i<Labelids.length;i++){
		hideDiv(Labelids[i]);
		changeClassName(Titles[i],Classes[0][i]);
	}
	showDiv(Labelids[Labelid]);
	changeClassName(Titles[Labelid],Classes[1][Labelid]);
}
function leftmenuChange(lableIndex,lmIndex){ 
	var Labelids=new Array("leftmenu_contont_01");
	var Titles=new Array("leftmenu_01");
	var Classes=new Array(new Array("leftmenu"),new Array("leftmenu_on"));
	LabelChange(Titles,Labelids,Classes,lableIndex);
	for(var i=0;;i++){
		try{
			var obj=document.getElementById("leftmnue_"+lableIndex+"_"+i);
			obj.className="leftmenu_01";
		}catch(e){
			break;
		}
	}
	try{
		document.getElementById("leftmnue_"+lableIndex+"_"+lmIndex).className="leftmenu_01_on";
	}catch(e){}
}
document.write("<div class=left>")
document.write("<div class=leftmenu_on id=leftmenu_01><a href=/col/col83/index.html>政策法规</a></div>")
document.write("<div class=leftmenu_contont style=display: id=leftmenu_contont_01>")
document.write("<div class=leftmenu_01 id='leftmnue_0_1'><a href=/col/col83/index.html>综合类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_2'><a href=/col/col84/index.html>企业登记类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_3'><a href=/col/col85/index.html>企业年检与监管类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_4'><a href=/col/col86/index.html>外资登记监督管理类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_5'><a href=/col/col87/index.html>市场监管类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_6'><a href=/col/col88/index.html>合同监管类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_7'><a href=/col/col89/index.html>商标监管类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_8'><a href=/col/col90/index.html>广告监管类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_9'><a href=/col/col91/index.html>反垄断反不正当竞争类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_10'><a href=/col/col92/index.html>消费者权益保护类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_11'><a href=/col/col93/index.html>产品质量监管类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_15'><a href=/col/col1461/index.html>食品安全类(流通监管)</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_16'><a href=/col/col1482/index.html>企业信用类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_14'><a href=/col/col1321/index.html>发展规划类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_12'><a href=/col/col94/index.html>政策法规解读类</a></div>")
document.write("<div class=leftmenu_01 id='leftmnue_0_13'><a href=/col/col95/index.html>意见征询类</a></div>")
document.write("</div>")
document.write("</div>")


