document.writeln("<SCRIPT language=JavaScript>");
document.writeln("var mmenus    = new Array();");
document.writeln("var misShow   = new Boolean(); ");
document.writeln("misShow=false;");
document.writeln("var misdown   = new Boolean();");
document.writeln("misdown=false;");
document.writeln("var mnumberofsub=0;");
document.writeln("var musestatus=false;");
document.writeln("var mpopTimer = 0;");
document.writeln("mmenucolor=\'#F2F2F2\';mfontcolor=\'MenuText\';mmenuoutcolor=\'#B8E2FF\';mmenuincolor=\'#cccccc\';mmenuoutbordercolor=\'#000000\';mmenuinbordercolor=\'#5A2614\';mmidoutcolor=\'#A9DA1D\';mmidincolor=\'#799310\';mmenuovercolor=\'#004080\';mitemedg=\'0\';mitemedge=\'1\';msubedge=\'1\';mmenuunitwidth=\'100%\';mmenuitemwidth=90;mmenuheight=18;mmenuwidth=950;mmenuadjust=0;mmenuadjustV=0;mfonts=\'font-family: 宋体; font-size: 10pt; color: MenuText; \';mcursor=\'hand\';");
document.writeln("var swipeSteps = 4;");
document.writeln("var swipemsec = 25;");
document.writeln("var swipeArray = new Array();");
document.writeln("function swipe(el, dir, steps, msec) {");
document.writeln("	if (steps == null) steps = swipeSteps;");
document.writeln("	if (msec == null) msec = swipemsec;");
document.writeln("	if (el.swipeIndex == null)");
document.writeln("		el.swipeIndex = swipeArray.length;");
document.writeln("	if (el.swipeTimer != null)");
document.writeln("		window.clearTimeout(el.swipeTimer);");
document.writeln("	swipeArray[el.swipeIndex] = el;");
document.writeln("	el.style.clip = \"rect(-99999, 99999, 99999, -99999)\";");
document.writeln("	if (el.swipeCounter == null || el.swipeCounter == 0) {");
document.writeln("		el.orgLeft  = el.offsetLeft;");
document.writeln("		el.orgTop  = el.offsetTop;");
document.writeln("		el.orgWidth = el.offsetWidth;");
document.writeln("		el.orgHeight  = el.offsetHeight;");
document.writeln("	}");
document.writeln("	el.swipeCounter = steps;");
document.writeln("	el.style.clip = \"rect(0,0,0,0)\";");
document.writeln("	window.setTimeout(\"repeat(\" + dir + \",\" + el.swipeIndex + \",\" + steps + \",\" + msec + \")\", msec);");
document.writeln("}");
document.writeln("function repeat(dir, index, steps, msec) {");
document.writeln("	el = swipeArray[index];");
document.writeln("	var left   = el.orgLeft;");
document.writeln("	var top    = el.orgTop;");
document.writeln("	var width  = el.orgWidth;");
document.writeln("	var height = el.orgHeight;");
document.writeln("	if (el.swipeCounter == 0) {");
document.writeln("		el.style.clip = \"rect(-99999, 99999, 99999, -99999)\";");
document.writeln("		return;");
document.writeln("	}");
document.writeln("	else {");
document.writeln("		el.swipeCounter--;");
document.writeln("		el.style.visibility = \"visible\";");
document.writeln("		switch (dir) {");
document.writeln("			case 2:");
document.writeln("				el.style.clip = \"rect(\" + height*el.swipeCounter\/steps + \",\" + width + \",\" + height + \",\" + 0 + \")\";");
document.writeln("				el.style.top  = top - height*el.swipeCounter\/steps;");
document.writeln("				break;");
document.writeln("			case 8:");
document.writeln("				el.style.clip = \"rect(\" + 0 + \",\" + width + \",\" + height*(steps-el.swipeCounter)\/steps + \",\" + 0 + \")\";");
document.writeln("				el.style.top  = top + height*el.swipeCounter\/steps;");
document.writeln("				break;");
document.writeln("			case 6:");
document.writeln("				el.style.clip = \"rect(\" + 0 + \",\" + width + \",\" + height + \",\" + width*(el.swipeCounter)\/steps + \")\";");
document.writeln("				el.style.left  = left - width*el.swipeCounter\/steps;");
document.writeln("				break;");
document.writeln("			case 4:");
document.writeln("				el.style.clip = \"rect(\" + 0 + \",\" + width*(swipeSteps - el.swipeCounter)\/steps + \",\" + height + \",\" + 0 + \")\";");
document.writeln("				el.style.left  = left + width*el.swipeCounter\/steps;");
document.writeln("				break;");
document.writeln("		}");
document.writeln("		");
document.writeln("		el.swipeTimer = window.setTimeout(\"repeat(\" + dir + \",\" + index + \",\" + steps + \",\" + msec + \")\", msec);");
document.writeln("	}");
document.writeln("}");
document.writeln("var mtmpleft=\"\";");
document.writeln("var mtmptop=\"\";");
document.writeln("function hideSwipe(el) {");
document.writeln("	window.clearTimeout(el.swipeTimer);");
document.writeln("	el.style.visibility = \"hidden\";");
document.writeln("	el.style.clip = \"rect(-99999, 99999, 99999, -99999)\";");
document.writeln("	el.swipeCounter = 0;");
document.writeln("	if(mtmpleft!=\"\")el.style.left = mtmpleft;");
document.writeln("	if(mtmptop!=\"\")el.style.top = mtmptop;");
document.writeln("}");
document.writeln("");
document.writeln("function stoperror(){");
document.writeln("return true;");
document.writeln("}");
document.writeln("window.onerror=stoperror;");
document.writeln("function mpopOut() {");
document.writeln("mpopTimer = setTimeout(\'mallhide()\', 500);");
document.writeln("}");
document.writeln("function getReal(el, type, value) {");
document.writeln("	temp = el;");
document.writeln("	while ((temp != null) && (temp.tagName != \"BODY\")) {");
document.writeln("		if (eval(\"temp.\" + type) == value) {");
document.writeln("			el = temp;");
document.writeln("			return el;");
document.writeln("		}");
document.writeln("		temp = temp.parentElement;");
document.writeln("	}");
document.writeln("	return el;");
document.writeln("}");
document.writeln("");
document.writeln("");
document.writeln("function mMenuRegister(menu) ");
document.writeln("{");
document.writeln("  mmenus[mmenus.length] = menu");
document.writeln("  return (mmenus.length - 1)");
document.writeln("}");
document.writeln("");
document.writeln("function mMenuItem(caption,command,target,isline,statustxt,level,img,sizex,sizey,pos){");
document.writeln("	this.items = new Array();");
document.writeln("	this.caption=caption;");
document.writeln("	this.command=command;");
document.writeln("	this.target=target;");
document.writeln("	this.isline=isline;");
document.writeln("	this.statustxt=statustxt;");
document.writeln("	if(level!=null){mnumberofsub++;");
document.writeln("	this.hasc=mnumberofsub;}");
document.writeln("	this.level=level;");
document.writeln("	this.img=img;");
document.writeln("	this.sizex=sizex;");
document.writeln("	this.sizey=sizey;");
document.writeln("	this.pos=pos;");
document.writeln("}");
document.writeln("");
document.writeln("function mMenu(caption,command,target,img,sizex,sizey,pos){");
document.writeln("	this.items = new Array();");
document.writeln("	this.caption=caption;");
document.writeln("	this.command=command;");
document.writeln("	this.target=target;");
document.writeln("	this.img=img;");
document.writeln("	this.sizex=sizex;");
document.writeln("	this.sizey=sizey;");
document.writeln("	this.pos=pos;");
document.writeln("	this.id=mMenuRegister(this);");
document.writeln("}");
document.writeln("function mMenuAddItem(item)");
document.writeln("{");
document.writeln("  this.items[this.items.length] = item");
document.writeln("  item.parent = this.id;");
document.writeln("  this.children=true;");
document.writeln("}");
document.writeln("");
document.writeln("mMenu.prototype.addItem = mMenuAddItem;");
document.writeln("mMenuItem.prototype.addsubItem = mMenuAddItem;");
document.writeln("");
document.writeln("function mtoout(src){");
document.writeln("");
document.writeln("src.style.borderLeftColor=mmenuoutbordercolor;");
document.writeln("src.style.borderRightColor=mmenuinbordercolor;");
document.writeln("src.style.borderTopColor=mmenuoutbordercolor;");
document.writeln("src.style.borderBottomColor=mmenuinbordercolor;");
document.writeln("src.style.backgroundColor=mmenuoutcolor;");
document.writeln("src.style.color=mmenuovercolor;");
document.writeln("}");
document.writeln("function mtoin(src){");
document.writeln("");
document.writeln("src.style.borderLeftColor=mmenuinbordercolor;");
document.writeln("src.style.borderRightColor=mmenuoutbordercolor;");
document.writeln("src.style.borderTopColor=mmenuinbordercolor;");
document.writeln("src.style.borderBottomColor=mmenuoutbordercolor;");
document.writeln("src.style.color=mmenuovercolor;");
document.writeln("}");
document.writeln("function mnochange(src){");
document.writeln("src.style.borderLeftColor=mmenucolor;");
document.writeln("src.style.borderRightColor=mmenucolor;");
document.writeln("src.style.borderTopColor=mmenucolor;");
document.writeln("src.style.borderBottomColor=mmenucolor;");
document.writeln("src.style.backgroundColor=\'\';");
document.writeln("src.style.color=mfontcolor;");
document.writeln("");
document.writeln("}");
document.writeln("function mallhide(){");
document.writeln("	for(var nummenu=0;nummenu<mmenus.length;nummenu++){");
document.writeln("		var themenu=document.all[\'mMenu\'+nummenu]");
document.writeln("		var themenudiv=document.all[\'mmenudiv\'+nummenu]");
document.writeln("                mnochange(themenu);");
document.writeln("                mmenuhide(themenudiv);");
document.writeln("                }");
document.writeln("        for(nummenu=1;nummenu<=mnumberofsub;nummenu++){  ");
document.writeln("        	var thesub=document.all[\'msubmenudiv\'+nummenu]      ");
document.writeln("        	msubmenuhide(thesub);");
document.writeln("        	mnochange(document.all[\'mp\'+nummenu]);");
document.writeln("        	document.all[\"mitem\"+nummenu].style.color=mfontcolor;");
document.writeln("        	}");
document.writeln("}");
document.writeln("function mmenuhide(menuid){");
document.writeln("menuid.style.filter=\'Alpha(Opacity=100)\';");
document.writeln("hideSwipe(menuid);");
document.writeln("misShow=false;");
document.writeln("}");
document.writeln("function msubmenuhide(menuid){");
document.writeln("menuid.style.filter=\'Alpha(Opacity=100)\';");
document.writeln("menuid.style.visibility=\'hidden\';");
document.writeln("}");
document.writeln("function mmenushow(menuid,pid){");
document.writeln("menuid.style.filter=\'Alpha(Opacity=90)\';");
document.writeln("menuid.style.left=mposflag.offsetLeft+pid.offsetLeft+mmenuadjust;menuid.style.top=mposflag.offsetTop+mmenutable.offsetHeight+mmenuadjustV;");
document.writeln("if(mmenuitemwidth+parseInt(menuid.style.left)>document.body.clientWidth+document.body.scrollLeft)");
document.writeln("menuid.style.left=document.body.clientWidth+document.body.scrollLeft-mmenuitemwidth;");
document.writeln("mtmpleft=menuid.style.left;mtmptop=menuid.style.top;swipe(menuid,2,4);");
document.writeln("misShow=true;");
document.writeln("}");
document.writeln("function mshowsubmenu(menuid,pid,rid){");
document.writeln("menuid.style.filter=\'Alpha(Opacity=90)\';");
document.writeln("menuid.style.left=pid.offsetWidth+rid.offsetLeft;");
document.writeln("menuid.style.top=pid.offsetTop+rid.offsetTop-3;");
document.writeln("if(mmenuitemwidth+parseInt(menuid.style.left)>document.body.clientWidth+document.body.scrollLeft)");
document.writeln("menuid.style.left=document.body.clientWidth+document.body.scrollLeft-mmenuitemwidth;");
document.writeln("menuid.style.visibility=\'visible\';");
document.writeln("}");
document.writeln("function mmenu_over(menuid,x){");
document.writeln("toel = getReal(window.event.toElement, \"className\", \"coolButton\");");
document.writeln("fromel = getReal(window.event.fromElement, \"className\", \"coolButton\");");
document.writeln("if (toel == fromel) return;");
document.writeln("if(x<0){");
document.writeln("  misShow = false;");
document.writeln("  mallhide();");
document.writeln("  mtoout(eval(\"mMenu\"+x));");
document.writeln("}else{");
document.writeln("");
document.writeln("  mallhide();");
document.writeln("  mtoin(eval(\"mMenu\"+x));");
document.writeln("  mmenushow(menuid,eval(\"mMenu\"+x));");
document.writeln("");
document.writeln("}");
document.writeln("clearTimeout(mpopTimer);");
document.writeln("}");
document.writeln("function mmenu_out(x){");
document.writeln("toel = getReal(window.event.toElement, \"className\", \"coolButton\");");
document.writeln("fromel = getReal(window.event.fromElement, \"className\", \"coolButton\");");
document.writeln("if (toel == fromel) return;");
document.writeln("if (misShow){");
document.writeln("mtoin(eval(\"mMenu\"+x));");
document.writeln("}else{");
document.writeln("mnochange(eval(\"mMenu\"+x));");
document.writeln("}");
document.writeln("mpopOut()");
document.writeln("}");
document.writeln("function mmenu_down(menuid,x){");
document.writeln("  if(misShow){");
document.writeln("  mmenuhide(menuid);");
document.writeln("  mtoout(eval(\"mMenu\"+x));");
document.writeln("  }");
document.writeln("  else{");
document.writeln("  mtoin(eval(\"mMenu\"+x));");
document.writeln("  mmenushow(menuid,eval(\"mMenu\"+x));");
document.writeln("  misdown=true;");
document.writeln("  }");
document.writeln("}");
document.writeln("function mmenu_up(){");
document.writeln("  misdown=false;");
document.writeln("}");
document.writeln("function mmenuitem_over(menuid,item,x,j,i){");
document.writeln("toel = getReal(window.event.toElement, \"className\", \"coolButton\");");
document.writeln("fromel = getReal(window.event.fromElement, \"className\", \"coolButton\");");
document.writeln("if (toel == fromel) return;");
document.writeln("srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");");
document.writeln("        for(nummenu=1;nummenu<=mnumberofsub;nummenu++){  ");
document.writeln("        	var thesub=document.all[\'msubmenudiv\'+nummenu] ");
document.writeln("        	if(!(menuid==thesub||menuid.style.tag>=thesub.style.tag)){");
document.writeln("        	msubmenuhide(thesub);");
document.writeln("        	mnochange(document.all[\'mp\'+nummenu]);");
document.writeln("        	document.all[\"mitem\"+nummenu].style.color=mfontcolor;");
document.writeln("        	}");
document.writeln("        }");
document.writeln("if(item)document.all[\"mitem\"+item].style.color=mmenuovercolor;");
document.writeln("if(misdown||item){");
document.writeln("	mtoin(srcel);");
document.writeln("}");
document.writeln("else{");
document.writeln("	mtoout(srcel);");
document.writeln("}");
document.writeln("if(x==-1)mthestatus=eval(\"msub\"+j).items[i].statustxt;");
document.writeln("if(j==-1)mthestatus=mmenus[x].items[i].statustxt;");
document.writeln("if(mthestatus!=\"\"){");
document.writeln("	musestatus=true;");
document.writeln("	window.status=mthestatus;");
document.writeln("}");
document.writeln("clearTimeout(mpopTimer);");
document.writeln("}");
document.writeln("function mmenuitem_out(hassub){");
document.writeln("toel = getReal(window.event.toElement, \"className\", \"coolButton\");");
document.writeln("fromel = getReal(window.event.fromElement, \"className\", \"coolButton\");");
document.writeln("if (toel == fromel) return;");
document.writeln("srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");");
document.writeln("if(!hassub)mnochange(srcel);");
document.writeln("if(musestatus)window.status=\"\";");
document.writeln("mpopOut()");
document.writeln("}");
document.writeln("function mmenuitem_down(){");
document.writeln("srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");");
document.writeln("mtoin(srcel)");
document.writeln("misdown=true;");
document.writeln("}");
document.writeln("function mmenuitem_up(){");
document.writeln("srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");");
document.writeln("mtoout(srcel)");
document.writeln("misdown=false;");
document.writeln("}");
document.writeln("function mexec3(j,i){");
document.writeln("var cmd;");
document.writeln("if(eval(\"msub\"+j).items[i].target==\"blank\"){");
document.writeln("  cmd = \"window.open(\'\"+eval(\"msub\"+j).items[i].command+\"\')\";");
document.writeln("}else{");
document.writeln("  cmd = eval(\"msub\"+j).items[i].target+\".location=\\\"\"+eval(\"msub\"+j).items[i].command+\"\\\"\";");
document.writeln("}");
document.writeln("eval(cmd);");
document.writeln("}");
document.writeln("function mexec2(x){");
document.writeln("var cmd;");
document.writeln("if(mmenus[x].target==\"blank\"){");
document.writeln("  cmd = \"window.open(\'\"+mmenus[x].command+\"\')\";");
document.writeln("}else{");
document.writeln("  cmd = mmenus[x].target+\".location=\\\"\"+mmenus[x].command+\"\\\"\";");
document.writeln("}");
document.writeln("eval(cmd);");
document.writeln("}");
document.writeln("function mexec(x,i){");
document.writeln("var cmd;");
document.writeln("if(mmenus[x].items[i].target==\"blank\"){");
document.writeln("  cmd = \"window.open(\'\"+mmenus[x].items[i].command+\"\')\";");
document.writeln("}else{");
document.writeln("  cmd = mmenus[x].items[i].target+\".location=\\\"\"+mmenus[x].items[i].command+\"\\\"\";");
document.writeln("}");
document.writeln("eval(cmd);");
document.writeln("}");
document.writeln("function mbody_click(){");
document.writeln("");
document.writeln("if (misShow){");
document.writeln("	srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");");
document.writeln("	for(var x=0;x<=mmenus.length;x++){");
document.writeln("		if(srcel.id==\"mMenu\"+x)");
document.writeln("		return;");
document.writeln("	}");
document.writeln("	for(x=1;x<=mnumberofsub;x++){");
document.writeln("		if(srcel.id==\"mp\"+x)");
document.writeln("		return;");
document.writeln("	}");
document.writeln("	mallhide();");
document.writeln("}");
document.writeln("}");
document.writeln("document.onclick=mbody_click;");
document.writeln("");
document.writeln("function mwritetodocument(){");
document.writeln("      var mwb=1;");
document.writeln("                     var stringx=\'<div id=\"mposflag\" style=\"position:absolute;\"><\/div><table  id=mmenutable border=0 cellpadding=3 cellspacing=2 width=\'+mmenuwidth+\' height=\'+mmenuheight+\' onselectstart=\"event.returnValue=false\"\'+");
document.writeln("                     \' style=\"filter:Alpha(Opacity=90);cursor:\'+mcursor+\';\'+mfonts+");
document.writeln("                     \' border-left: \'+mwb+\'px  \'+\';\'+");
document.writeln("                     \' border-right: \'+mwb+\'px  \'+\'; \'+");
document.writeln("                     \'border-top: \'+mwb+\'px  \'+\'; \'+");
document.writeln("                     \'border-bottom: \'+mwb+\'px  \'+\'; padding:0px\"><tr>\'");
document.writeln("                     for(var x=0;x<mmenus.length;x++){");
document.writeln("                     	var thismenu=mmenus[x];");
document.writeln("                     	var imgsize=\"\";");
document.writeln("                     	if(thismenu.sizex!=\"0\"||thismenu.sizey!=\"0\")imgsize=\" width=\"+thismenu.sizex+\" height=\"+thismenu.sizey;");
document.writeln("                     	var ifspace=\"\";");
document.writeln("                     	if(thismenu.caption!=\"\")ifspace=\" \";");
document.writeln("                     	stringx += \"<td nowrap class=coolButton id=mMenu\"+x+\" style=\'border: \"+mitemedg+\"px solid \"+mmenucolor+");
document.writeln("                     	\"\'  onmouseover=mmenu_over(mmenudiv\"+x+");
document.writeln("                     	\",\"+x+\") onmouseout=mmenu_out(\"+x+");
document.writeln("                     	\") onmousedown=mmenu_down(mmenudiv\"+x+\",\"+x+\")\";");
document.writeln("                     	      if(thismenu.command!=\"\"){");
document.writeln("                     	          stringx += \" onmouseup=mmenu_up();mexec2(\"+x+\");\";");
document.writeln("                     	      }else{");
document.writeln("                     	      	  stringx += \" onmouseup=mmenu_up()\";");
document.writeln("                     	      }");
document.writeln("                     	      if(thismenu.pos==\"0\"){");
document.writeln("                     	          stringx += \" align=center><img align=absmiddle src=\'\"+thismenu.img+\"\'\"+imgsize+\">\"+ifspace+thismenu.caption+\"<\/td>\";	");
document.writeln("                     	      }else if(thismenu.pos==\"1\"){");
document.writeln("                     	          stringx += \" align=center>\"+thismenu.caption+ifspace+\"<img align=absmiddle src=\'\"+thismenu.img+\"\'\"+imgsize+\"><\/td>\";	");
document.writeln("                     	      }else if(thismenu.pos==\"2\"){");
document.writeln("                     	          stringx += \" align=center background=\'\"+thismenu.img+\"\'> \"+thismenu.caption+\" <\/td>\";	");
document.writeln("                     	      }else{");
document.writeln("                     	          stringx += \" align=center> \"+thismenu.caption+\" <\/td>\";");
document.writeln("                     	      }");
document.writeln("                     	stringx += \"\";");
document.writeln("                     }");
document.writeln("                     stringx+=\"<td width=*> <\/td><\/tr><\/table>\";");
document.writeln("                     ");
document.writeln("                     ");
document.writeln("                     for(var x=0;x<mmenus.length;x++){");
document.writeln("                     	thismenu=mmenus[x];");
document.writeln("                        if(x<0){");
document.writeln("                        stringx+=\'<div id=mmenudiv\'+x+\' style=\"visiable:none\"><\/div>\';");
document.writeln("                        }else{");
document.writeln("                        stringx+=\'<div id=mmenudiv\'+x+");
document.writeln("                        \' style=\"filter:Alpha(Opacity=90);cursor:\'+mcursor+\';position:absolute;\'+");
document.writeln("                        \'width:\'+mmenuitemwidth+\'px; z-index:\'+(x+100);");
document.writeln("                        if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge==\"0\"){");
document.writeln("                        stringx+=\';border-left: 1px solid \'+mmidoutcolor+");
document.writeln("                        \';border-top: 1px solid \'+mmidoutcolor;}");
document.writeln("                        stringx+=\';border-right: 1px solid \'+mmenuinbordercolor+");
document.writeln("                        \';border-bottom: 1px solid \'+mmenuinbordercolor+\';visibility:hidden\" onselectstart=\"event.returnValue=false\">\\n\'+");
document.writeln("                     	\'<table  width=\"100%\" border=\"0\" height=\"100%\" align=\"center\" cellpadding=\"0\" cellspacing=\"2\" \'+");
document.writeln("                     	\'style=\"\'+mfonts+\' border-left: 1px solid \'+mmenuoutbordercolor;");
document.writeln("                     	if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge==\"0\"){");
document.writeln("                     	stringx+=\';border-right: 1px solid \'+mmidincolor+");
document.writeln("                     	\';border-bottom: 1px solid \'+mmidincolor;}");
document.writeln("                     	stringx+=\';border-top: 1px solid \'+mmenuoutbordercolor+");
document.writeln("                     	\';padding: 4px\" bgcolor=\'+mmenucolor+\'>\\n\'");
document.writeln("                     	for(var i=0;i<thismenu.items.length;i++){");
document.writeln("                     		var thismenuitem=thismenu.items[i];");
document.writeln("                     		var imgsize=\"\";");
document.writeln("                     	        if(thismenuitem.sizex!=\"0\"||thismenuitem.sizey!=\"0\")imgsize=\" width=\"+thismenuitem.sizex+\" height=\"+thismenuitem.sizey;");
document.writeln("                     	        var ifspace=\"\";");
document.writeln("                     	        if(thismenu.caption!=\"\")ifspace=\" \";");
document.writeln("                     		if(thismenuitem.hasc!=null){");
document.writeln("                     		stringx += \"<tr><td id=mp\"+thismenuitem.hasc+\" class=coolButton style=\'border: \"+mitemedge+\"px solid \"+mmenucolor+");
document.writeln("                     		\"\' width=100% onmouseout=mmenuitem_out(true) onmouseover=\\\"mmenuitem_over(mmenudiv\"+x+");
document.writeln("                     		\",\'\"+thismenuitem.hasc+\"\',\"+x+\",-1,\"+i+\");mshowsubmenu(msubmenudiv\"+thismenuitem.hasc+\",mp\"+thismenuitem.hasc+\",mmenudiv\"+x+\");\\\"\"+");
document.writeln("                     		\"><table id=mitem\"+thismenuitem.hasc+\" cellspacing=\'0\' cellpadding=\'0\' border=\'0\' width=\'100%\' style=\'\"+mfonts+\"\'><tr><td \";");
document.writeln("                     		  if(thismenuitem.pos==\"0\"){");
document.writeln("                     	            stringx += \"><img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\">\"+ifspace+thismenuitem.caption+\"<\/td><td\";	");
document.writeln("                     	          }else if(thismenuitem.pos==\"1\"){");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+ifspace+\"<img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\"><\/td><td\";");
document.writeln("                     	          }else if(thismenuitem.pos==\"2\"){");
document.writeln("                     	            stringx += \"background=\'\"+thismenuitem.img+\"\'>\"+thismenuitem.caption+\"<\/td><td background=\'\"+thismenuitem.img+\"\'\";	");
document.writeln("                     	          }else{");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+\"<\/td><td\";");
document.writeln("                     	          }");
document.writeln("                     		  stringx += \" align=right width=\'1\'><font face=\'Webdings\' style=\'font-size: 6pt\'>4<\/font><\/td><\/tr><\/table><\/td><\/tr>\\n\";                     		");
document.writeln("                     		}else if(!thismenuitem.isline){");
document.writeln("                     		stringx += \"<tr><td class=coolButton style=\'border: \"+mitemedge+\"px solid \"+mmenucolor+");
document.writeln("                     		\"\' width=100% height=15px onmouseover=\\\"mmenuitem_over(mmenudiv\"+x+");
document.writeln("                     		\",false,\"+x+\",-1,\"+i+\");\\\" onmouseout=mmenuitem_out() onmousedown=mmenuitem_down() onmouseup=\";");
document.writeln(" 				stringx += \"mmenuitem_up();mexec(\"+x+\",\"+i+\"); \";");
document.writeln(" 				  if(thismenuitem.pos==\"0\"){");
document.writeln("                     	            stringx += \"><img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\">\"+ifspace+thismenuitem.caption+\"<\/td><\/tr>\";	");
document.writeln("                     	          }else if(thismenuitem.pos==\"1\"){");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+ifspace+\"<img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\"><\/td><\/tr>\";	");
document.writeln("                     	          }else if(thismenuitem.pos==\"2\"){");
document.writeln("                     	            stringx += \"background=\'\"+thismenuitem.img+\"\'>\"+thismenuitem.caption+\"<\/td><\/tr>\";	");
document.writeln("                     	          }else{");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+\"<\/td><\/tr>\";");
document.writeln("                     	          }");
document.writeln(" 				}else{");
document.writeln("                     		stringx+=\'<tr><td height=\"1\" onmousemove=\"clearTimeout(mpopTimer);\"><\/td><\/tr>\\n\';");
document.writeln("                     		}");
document.writeln("                     	}stringx+=\'<\/table>\\n<\/div>\'");
document.writeln("                     	}                     	");
document.writeln("                }");
document.writeln("                ");
document.writeln("for(var j=1;j<=mnumberofsub;j++){     ");
document.writeln("thisitem=eval(\"msub\"+j);");
document.writeln("stringx+=\'<div id=msubmenudiv\'+j+");
document.writeln("                        \' style=\"filter:Alpha(Opacity=90);tag:\'+thisitem.level+\';cursor:\'+mcursor+\';position:absolute;\'+");
document.writeln("                        \'width:\'+mmenuitemwidth+\'px; z-index:\'+(j+200);");
document.writeln("                        if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge==\"0\"){");
document.writeln("                        stringx+=\';border-left: 1px solid \'+mmidoutcolor+");
document.writeln("                        \';border-top: 1px solid \'+mmidoutcolor;}");
document.writeln("                        stringx+=\';border-right: 1px solid \'+mmenuinbordercolor+");
document.writeln("                        \';border-bottom: 1px solid \'+mmenuinbordercolor+\';visibility:hidden\" onselectstart=\"event.returnValue=false\">\\n\'+");
document.writeln("                     	\'<table  width=\"100%\" border=\"0\" height=\"100%\" align=\"center\" cellpadding=\"0\" cellspacing=\"2\" \'+");
document.writeln("                     	\'style=\"\'+mfonts+\' border-left: 1px solid \'+mmenuoutbordercolor;");
document.writeln("                     	if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge==\"0\"){");
document.writeln("                     	stringx+=\';border-right: 1px solid \'+mmidincolor+");
document.writeln("                     	\';border-bottom: 1px solid \'+mmidincolor;}");
document.writeln("                     	stringx+=\';border-top: 1px solid \'+mmenuoutbordercolor+");
document.writeln("                     	\';padding: 4px\" bgcolor=\'+mmenucolor+\'>\\n\'");
document.writeln("                     	for(var i=0;i<thisitem.items.length;i++){");
document.writeln("                     		var thismenuitem=thisitem.items[i];");
document.writeln("                     		var imgsize=\"\";");
document.writeln("                     	        if(thismenuitem.sizex!=\"0\"||thismenuitem.sizey!=\"0\")imgsize=\" width=\"+thismenuitem.sizex+\" height=\"+thismenuitem.sizey;");
document.writeln("                     	        var ifspace=\"\";");
document.writeln("                     	        if(thismenu.caption!=\"\")ifspace=\" \";");
document.writeln("                     		if(thismenuitem.hasc!=null){");
document.writeln("                     		stringx += \"<tr><td id=mp\"+thismenuitem.hasc+\" class=coolButton style=\'border: \"+mitemedge+\"px solid \"+mmenucolor+");
document.writeln("                     		\"\' width=100% onmouseout=mmenuitem_out(true) onmouseover=\\\"mmenuitem_over(msubmenudiv\"+j+");
document.writeln("                     		\",\'\"+thismenuitem.hasc+\"\',-1,\"+j+\",\"+i+\");mshowsubmenu(msubmenudiv\"+thismenuitem.hasc+\",mp\"+thismenuitem.hasc+\",msubmenudiv\"+j+\");\\\"\"+");
document.writeln("                     		\"><table id=mitem\"+thismenuitem.hasc+\" cellspacing=\'0\' cellpadding=\'0\' border=\'0\' width=\'100%\' style=\'\"+mfonts+\"\'><tr><td \";");
document.writeln("                     		  if(thismenuitem.pos==\"0\"){");
document.writeln("                     	            stringx += \"><img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\">\"+ifspace+thismenuitem.caption+\"<\/td><td\";	");
document.writeln("                     	          }else if(thismenuitem.pos==\"1\"){");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+ifspace+\"<img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\"><\/td><td\";");
document.writeln("                     	          }else if(thismenuitem.pos==\"2\"){");
document.writeln("                     	            stringx += \"background=\'\"+thismenuitem.img+\"\'>\"+thismenuitem.caption+\"<\/td><td background=\'\"+thismenuitem.img+\"\'\";	");
document.writeln("                     	          }else{");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+\"<\/td><td\";");
document.writeln("                     	          }");
document.writeln("                     		  stringx += \" align=right width=\'1\'><font face=\'Webdings\' style=\'font-size: 6pt\'>4<\/font><\/td><\/tr><\/table><\/td><\/tr>\\n\";                     		");
document.writeln("                     		}else if(!thismenuitem.isline){");
document.writeln("                     		stringx += \"<tr><td class=coolButton style=\'border: \"+mitemedge+\"px solid \"+mmenucolor+");
document.writeln("                     		\"\' width=100% height=15px onmouseover=\\\"mmenuitem_over(msubmenudiv\"+j+");
document.writeln("                     		\",false,-1,\"+j+\",\"+i+\");\\\" onmouseout=mmenuitem_out() onmousedown=mmenuitem_down() onmouseup=\";");
document.writeln("                     		stringx += \"mmenuitem_up();mexec3(\"+j+\",\"+i+\"); \";");
document.writeln(" 				if(thismenuitem.pos==\"0\"){");
document.writeln("                     	            stringx += \"><img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\">\"+ifspace+thismenuitem.caption+\"<\/td><\/tr>\";	");
document.writeln("                     	          }else if(thismenuitem.pos==\"1\"){");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+ifspace+\"<img align=absmiddle src=\'\"+thismenuitem.img+\"\'\"+imgsize+\"><\/td><\/tr>\";	");
document.writeln("                     	          }else if(thismenuitem.pos==\"2\"){");
document.writeln("                     	            stringx += \"background=\'\"+thismenuitem.img+\"\'>\"+thismenuitem.caption+\"<\/td><\/tr>\";	");
document.writeln("                     	          }else{");
document.writeln("                     	            stringx += \">\"+thismenuitem.caption+\"<\/td><\/tr>\";");
document.writeln("                     	          }");
document.writeln("                     	        }else{");
document.writeln("                     		stringx+=\'<tr><td height=\"1\"  onmousemove=\"clearTimeout(mpopTimer);\"><\/td><\/tr>\\n\';");
document.writeln("                     		}");
document.writeln("                     	}");
document.writeln("stringx+=\'<\/table>\\n<\/div>\'");
document.writeln("}");
document.writeln("       document.write(\"<div align=\'center\' id=\'JsMenuCSS\'>\"+stringx+\"<\/div>\");");
document.writeln("}");
document.writeln("");
document.writeln("");
document.writeln("mpmenu1=new mMenu(\'首  页\',\'\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu2=new mMenu(\'机构设置\',\'\/col\/col2\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 主要职能\',\'\/col\/col19\/index.html\',\'blank\',false,\'主要职能\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 内设机构\',\'\/col\/col20\/index.html\',\'blank\',false,\'内设机构\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 直属单位\',\'\/col\/col21\/index.html\',\'blank\',false,\'直属单位\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 社会团体\',\'\/col\/col22\/index.html\',\'blank\',false,\'社会团体\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 领导介绍\',\'\/col\/col23\/index.html\',\'blank\',false,\'领导介绍\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 海洋概况\',\'\/col\/col122\/index.html\',\'blank\',false,\'海洋概况\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu2.addItem(new mMenuItem(\' 渔业概况\',\'\/col\/col123\/index.html\',\'blank\',false,\'渔业概况\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu3=new mMenu(\'政务动态\',\'\/col\/col3\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 通知公告\',\'\/col\/col24\/index.html\',\'blank\',false,\'通知公告\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 行政公文\',\'\/col\/col25\/index.html\',\'blank\',false,\'行政公文\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 政策法规\',\'\/col\/col26\/index.html\',\'blank\',false,\'政策法规\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 人事人才\',\'\/col\/col27\/index.html\',\'blank\',false,\'人事人才\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 领导讲话\',\'\/col\/col28\/index.html\',\'blank\',false,\'领导讲话\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 信息公开目录\',\'\/col\/col29\/index.html\',\'blank\',false,\'信息公开目录\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu3.addItem(new mMenuItem(\' 工作总结\',\'\/col\/col141\/index.html\',\'blank\',false,\'工作总结\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu15=new mMenu(\'信息动态\',\'\/col\/col4\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu15.addItem(new mMenuItem(\' 今日要闻\',\'\/col\/col37\/index.html\',\'blank\',false,\'今日要闻\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu15.addItem(new mMenuItem(\' 重要新闻\',\'\/col\/col118\/index.html\',\'blank\',false,\'重要新闻\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu15.addItem(new mMenuItem(\' 图片新闻\',\'\/col\/col100\/index.html\',\'blank\',false,\'图片新闻\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu15.addItem(new mMenuItem(\' 行业动态\',\'\/col\/col38\/index.html\',\'blank\',false,\'行业动态\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu15.addItem(new mMenuItem(\' 会议动态\',\'\/col\/col162\/index.html\',\'blank\',false,\'会议动态\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu5=new mMenu(\'海域管理\',\'\/col\/col5\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu5.addItem(new mMenuItem(\' 海域使用管理\',\'\/col\/col41\/index.html\',\'blank\',false,\'海域使用管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu5.addItem(new mMenuItem(\' 功能区划\',\'\/col\/col40\/index.html\',\'blank\',false,\'功能区划\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu5.addItem(new mMenuItem(\' 海域使用公告\',\'\/col\/col44\/index.html\',\'blank\',false,\'海域使用公告\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu5.addItem(new mMenuItem(\' 海域使用论证\',\'\/col\/col42\/index.html\',\'blank\',false,\'海域使用论证\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu5.addItem(new mMenuItem(\' 海岛管理\',\'\/col\/col45\/index.html\',\'blank\',false,\'海岛管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu5.addItem(new mMenuItem(\' 海域界线管理\',\'\/col\/col43\/index.html\',\'blank\',false,\'海域界线管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu7=new mMenu(\'渔业管理\',\'\/col\/col7\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu7.addItem(new mMenuItem(\' 养殖与捕捞\',\'\/col\/col49\/index.html\',\'blank\',false,\'养殖与捕捞\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu7.addItem(new mMenuItem(\' 质量管理\',\'\/col\/col54\/index.html\',\'blank\',false,\'质量管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu7.addItem(new mMenuItem(\' 渔业产业化\',\'\/col\/col50\/index.html\',\'blank\',false,\'渔业产业化\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu7.addItem(new mMenuItem(\' 安全生产\',\'\/col\/col52\/index.html\',\'blank\',false,\'安全生产\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu7.addItem(new mMenuItem(\' 渔业通信\',\'\/col\/col53\/index.html\',\'blank\',false,\'渔业通信\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu7.addItem(new mMenuItem(\' 渔船渔港\',\'\/col\/col56\/index.html\',\'blank\',false,\'渔船检验\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu6=new mMenu(\'资源环保\',\'\/col\/col6\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu6.addItem(new mMenuItem(\' 海洋环境保护\',\'\/col\/col46\/index.html\',\'blank\',false,\'海洋环境保护\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu6.addItem(new mMenuItem(\' 渔业生态环境\',\'\/col\/col47\/index.html\',\'blank\',false,\'渔业生态环境\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu6.addItem(new mMenuItem(\' 保护区\',\'\/col\/col48\/index.html\',\'blank\',false,\'保护区\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu6.addItem(new mMenuItem(\' 环境影响评价\',\'\/col\/col102\/index.html\',\'blank\',false,\'环境影响评价\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu6.addItem(new mMenuItem(\' 海洋监测预报\',\'\/col\/col103\/index.html\',\'blank\',false,\'海洋监测预报\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu8=new mMenu(\'行政执法\',\'\/col\/col8\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu8.addItem(new mMenuItem(\' 执法公示\',\'\/col\/col58\/index.html\',\'blank\',false,\'执法公示\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu8.addItem(new mMenuItem(\' 执法在线\',\'\/col\/col59\/index.html\',\'blank\',false,\'执法在线\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu8.addItem(new mMenuItem(\' 队伍建设\',\'\/col\/col60\/index.html\',\'blank\',false,\'队伍建设\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("");
document.writeln("mpmenu9=new mMenu(\'科技教育\',\'\/col\/col9\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu9.addItem(new mMenuItem(\' 科技\',\'\/col\/col62\/index.html\',\'blank\',false,\'科技\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu9.addItem(new mMenuItem(\' 教育与培训\',\'\/col\/col61\/index.html\',\'blank\',false,\'人才与培训\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu9.addItem(new mMenuItem(\' 科教机构\',\'\/col\/col63\/index.html\',\'blank\',false,\'科教机构\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu10=new mMenu(\'计划财务\',\'\/col\/col10\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu10.addItem(new mMenuItem(\' 发展规划\',\'\/col\/col68\/index.html\',\'blank\',false,\'发展规划\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu10.addItem(new mMenuItem(\' 行业统计\',\'\/col\/col55\/index.html\',\'blank\',false,\'行业统计\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu10.addItem(new mMenuItem(\' 项目管理\',\'\/col\/col70\/index.html\',\'blank\',false,\'项目管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu10.addItem(new mMenuItem(\' 财务管理\',\'\/col\/col71\/index.html\',\'blank\',false,\'财务管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu10.addItem(new mMenuItem(\' 资产管理\',\'\/col\/col72\/index.html\',\'blank\',false,\'资产管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu10.addItem(new mMenuItem(\' 收费管理\',\'\/col\/col73\/index.html\',\'blank\',false,\'收费管理\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu4=new mMenu(\'外经外事\',\'\/col\/col126\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 国际动态\',\'\/col\/col127\/index.html\',\'blank\',false,\'国际动态\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 贸易资讯\',\'\/col\/col128\/index.html\',\'blank\',false,\'贸易资讯\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 品牌建设\',\'\/col\/col129\/index.html\',\'blank\',false,\'品牌建设\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 招商引资\',\'\/col\/col107\/index.html\',\'blank\',false,\'招商引资\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 远洋渔业\',\'\/col\/col69\/index.html\',\'blank\',false,\'远洋渔业\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 数据分析\',\'\/col\/col130\/index.html\',\'blank\',false,\'数据分析\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu4.addItem(new mMenuItem(\' 交流与合作\',\'\/col\/col131\/index.html\',\'blank\',false,\'交流与合作\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu12=new mMenu(\'海洋经济\',\'\/col\/col12\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu12.addItem(new mMenuItem(\' 调查研究\',\'\/col\/col79\/index.html\',\'blank\',false,\'调查研究\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu12.addItem(new mMenuItem(\' 海洋开发\',\'\/col\/col80\/index.html\',\'blank\',false,\'海洋开发\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu11=new mMenu(\'党风廉政\',\'\/col\/col197\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu11.addItem(new mMenuItem(\' 建言献策\',\'\/col\/col197\/index.html\',\'blank\',false,\'建言献策\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu11.addItem(new mMenuItem(\' 党建之窗\',\'\/col\/col74\/index.html\',\'blank\',false,\'党建之窗\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu11.addItem(new mMenuItem(\' 廉政建设\',\'\/col\/col75\/index.html\',\'blank\',false,\'廉政建设\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu11.addItem(new mMenuItem(\' 从政天地\',\'\/col\/col76\/index.html\',\'blank\',false,\'从政天地\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu11.addItem(new mMenuItem(\' 案件窗口\',\'\/col\/col77\/index.html\',\'blank\',false,\'案件窗口\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu11.addItem(new mMenuItem(\' 机关作风建设\',\'\/col\/col78\/index.html\',\'blank\',false,\'机关作风建设\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu13=new mMenu(\'公众服务\',\'\/col\/col14\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu13.addItem(new mMenuItem(\' 热点咨询\',\'\/col\/col86\/index.html\',\'blank\',false,\'热点咨询\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu13.addItem(new mMenuItem(\' 视频点播\',\'\/col\/col85\/index.html\',\'blank\',false,\'视频点播\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu13.addItem(new mMenuItem(\' 网上直播\',\'\/col\/col83\/index.html\',\'blank\',false,\'网上直播\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu13.addItem(new mMenuItem(\' 海洋预报\',\'\/col\/col88\/index.html\',\'blank\',false,\'海洋预报\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu13.addItem(new mMenuItem(\' 今日天气\',\'\/col\/col146\/index.html\',\'blank\',false,\'海洋预报\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu13.addItem(new mMenuItem(\' 应急预案\',\'\/col\/col101\/index.html\',\'blank\',false,\'应急预案\',null,\'\',\'\',\'\',\'\'));");
document.writeln("");
document.writeln("mpmenu14=new mMenu(\'海洋与渔业文化\',\'\/col\/col15\/index.html\',\'self\',\'\',\'\',\'\',\'\');");
document.writeln("mpmenu14.addItem(new mMenuItem(\' 渔业逸趣\',\'\/col\/col90\/index.html\',\'blank\',false,\'渔业逸趣\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu14.addItem(new mMenuItem(\' 江苏海岸线\',\'\/col\/col91\/index.html\',\'blank\',false,\'江苏海岸线\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu14.addItem(new mMenuItem(\' 江苏湖泊\',\'\/col\/col92\/index.html\',\'blank\',false,\'江苏湖泊\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mpmenu14.addItem(new mMenuItem(\' 景点\',\'\/col\/col93\/index.html\',\'blank\',false,\'景点\',null,\'\',\'\',\'\',\'\'));");
document.writeln("mwritetodocument();");
document.writeln("<\/SCRIPT>")
