document.writeln("	<SCRIPT type=text\/javascript>");
document.writeln("	function $(id) { return document.getElementById(id); }");
document.writeln("	");
document.writeln("	function addLoadEvent(func){");
document.writeln("	var oldonload = window.onload;");
document.writeln("	if (typeof window.onload != \'function\') {");
document.writeln("	window.onload = func;");
document.writeln("	} else {");
document.writeln("	window.onload = function(){");
document.writeln("	oldonload();");
document.writeln("	func();");
document.writeln("	}");
document.writeln("	}");
document.writeln("	}");
document.writeln("	");
document.writeln("	function moveElement(elementID,final_x,final_y,interval) {");
document.writeln("	  if (!document.getElementById) return false;");
document.writeln("	  if (!document.getElementById(elementID)) return false;");
document.writeln("	  var elem = document.getElementById(elementID);");
document.writeln("	  if (elem.movement) {");
document.writeln("		clearTimeout(elem.movement);");
document.writeln("	  }");
document.writeln("	  if (!elem.style.left) {");
document.writeln("		elem.style.left = \"0px\";");
document.writeln("	  }");
document.writeln("	  if (!elem.style.top) {");
document.writeln("		elem.style.top = \"0px\";");
document.writeln("	  }");
document.writeln("	  var xpos = parseInt(elem.style.left);");
document.writeln("	  var ypos = parseInt(elem.style.top);");
document.writeln("	  if (xpos == final_x && ypos == final_y) {");
document.writeln("	return true;");
document.writeln("	  }");
document.writeln("	  if (xpos < final_x) {");
document.writeln("		var dist = Math.ceil((final_x - xpos)\/10);");
document.writeln("		xpos = xpos + dist;");
document.writeln("	  }");
document.writeln("	  if (xpos > final_x) {");
document.writeln("		var dist = Math.ceil((xpos - final_x)\/10);");
document.writeln("		xpos = xpos - dist;");
document.writeln("	  }");
document.writeln("	  if (ypos < final_y) {");
document.writeln("		var dist = Math.ceil((final_y - ypos)\/10);");
document.writeln("		ypos = ypos + dist;");
document.writeln("	  }");
document.writeln("	  if (ypos > final_y) {");
document.writeln("		var dist = Math.ceil((ypos - final_y)\/10);");
document.writeln("		ypos = ypos - dist;");
document.writeln("	  }");
document.writeln("	  elem.style.left = xpos + \"px\";");
document.writeln("	  elem.style.top = ypos + \"px\";");
document.writeln("	  var repeat = \"moveElement(\'\"+elementID+\"\',\"+final_x+\",\"+final_y+\",\"+interval+\")\";");
document.writeln("	  elem.movement = setTimeout(repeat,interval);");
document.writeln("	}");
document.writeln("	");
document.writeln("	function classNormal(iFocusBtnID,iFocusTxID){");
document.writeln("	var iFocusBtns= $(iFocusBtnID).getElementsByTagName(\'li\');");
document.writeln("	var iFocusTxs = $(iFocusTxID).getElementsByTagName(\'li\');");
document.writeln("	for(var i=0; i<iFocusBtns.length; i++) {");
document.writeln("	iFocusBtns[i].className=\'normal\';");
document.writeln("	iFocusTxs[i].className=\'normal\';");
document.writeln("	}");
document.writeln("	}");
document.writeln("	");
document.writeln("	function classCurrent(iFocusBtnID,iFocusTxID,n){");
document.writeln("	var iFocusBtns= $(iFocusBtnID).getElementsByTagName(\'li\');");
document.writeln("	var iFocusTxs = $(iFocusTxID).getElementsByTagName(\'li\');");
document.writeln("	iFocusBtns[n].className=\'current\';");
document.writeln("	iFocusTxs[n].className=\'current\';");
document.writeln("	}");
document.writeln("	");
document.writeln("	function iFocusChange() {");
document.writeln("	if(!$(\'ifocus\')) return false;");
document.writeln("	$(\'ifocus\').onmouseover = function(){atuokey = true};");
document.writeln("	$(\'ifocus\').onmouseout = function(){atuokey = false};");
document.writeln("	var iFocusBtns = $(\'ifocus_btn\').getElementsByTagName(\'li\');");
document.writeln("	var listLength = iFocusBtns.length;");
document.writeln("	iFocusBtns[0].onmouseover = function() {");
document.writeln("	moveElement(\'ifocus_piclist\',0,0,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',0);");
document.writeln("	}");
document.writeln("	if (listLength>=2) {");
document.writeln("	iFocusBtns[1].onmouseover = function() {");
document.writeln("	moveElement(\'ifocus_piclist\',0,-210,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',1);");
document.writeln("	}");
document.writeln("	}");
document.writeln("	if (listLength>=3) {");
document.writeln("	iFocusBtns[2].onmouseover = function() {");
document.writeln("	moveElement(\'ifocus_piclist\',0,-420,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',2);");
document.writeln("	}");
document.writeln("	}");
document.writeln("	if (listLength>=4) {");
document.writeln("	iFocusBtns[3].onmouseover = function() {");
document.writeln("	moveElement(\'ifocus_piclist\',0,-630,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',3);");
document.writeln("	}");
document.writeln("	}");
document.writeln("	if (listLength>=5) {");
document.writeln("	iFocusBtns[4].onmouseover = function() {");
document.writeln("	moveElement(\'ifocus_piclist\',0,-840,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',4);");
document.writeln("	}");
document.writeln("	}");
document.writeln("	if (listLength>=6) {");
document.writeln("	iFocusBtns[5].onmouseover = function() {");
document.writeln("	moveElement(\'ifocus_piclist\',0,-1050,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',5);");
document.writeln("	}");
document.writeln("	}");
document.writeln("	}");
document.writeln("	");
document.writeln("	setInterval(\'autoiFocus()\',5000);");
document.writeln("	var atuokey = false;");
document.writeln("	function autoiFocus() {");
document.writeln("	if(!$(\'ifocus\')) return false;");
document.writeln("	if(atuokey) return false;");
document.writeln("	var focusBtnList = $(\'ifocus_btn\').getElementsByTagName(\'li\');");
document.writeln("	var listLength = focusBtnList.length;");
document.writeln("	for(var i=0; i<listLength; i++) {");
document.writeln("	if (focusBtnList[i].className == \'current\') var currentNum = i;");
document.writeln("	}");
document.writeln("	if (currentNum==0&&listLength!=1 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,-210,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',1);");
document.writeln("	}");
document.writeln("	if (currentNum==1&&listLength!=2 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,-420,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',2);");
document.writeln("	}");
document.writeln("	if (currentNum==2&&listLength!=3 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,-630,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',3);");
document.writeln("	}");
document.writeln("	if (currentNum==3&&listLength!=4 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,-840,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',4);");
document.writeln("	}");
document.writeln("	if (currentNum==4&&listLength!=5 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,-1050,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',5);");
document.writeln("	}");
document.writeln("	if (currentNum==5 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,0,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',0);");
document.writeln("	}");
document.writeln("	if (currentNum==1&&listLength==2 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,0,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',0);");
document.writeln("	}");
document.writeln("	if (currentNum==2&&listLength==3 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,0,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',0);");
document.writeln("	}");
document.writeln("	if (currentNum==3&&listLength==4 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,0,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',0);");
document.writeln("	}");
document.writeln("	if (currentNum==4&&listLength==5 ){");
document.writeln("	moveElement(\'ifocus_piclist\',0,0,5);");
document.writeln("	classNormal(\'ifocus_btn\',\'ifocus_tx\');");
document.writeln("	classCurrent(\'ifocus_btn\',\'ifocus_tx\',0);");
document.writeln("	}");
document.writeln("	}");
document.writeln("	addLoadEvent(iFocusChange);");
document.writeln("	<\/SCRIPT>");
document.writeln("	");
document.writeln("	");
document.writeln("	<script language=\"javascript\">");
document.writeln("	  function switchmodTag(modtag,modcontent,modk) {");
document.writeln("		for(i=1; i <4; i++) {");
document.writeln("		  if (i==modk) {");
document.writeln("			document.getElementById(modtag+i).className=\"menuOn\";document.getElementById(modcontent+i).className=\"slidingList\";}");
document.writeln("		  else {");
document.writeln("			document.getElementById(modtag+i).className=\"menuNo\";document.getElementById(modcontent+i).className=\"slidingList_none\";}");
document.writeln("		}");
document.writeln("	  }");
document.writeln("	<\/script>");


document.writeln("	<script type=\"text\/javascript\">");
document.writeln("	\/\/<![CDATA[");
document.writeln("	var Browser = new Object();");
document.writeln("	Browser.isMozilla = (typeof document.implementation != \'undefined\') && (typeof document.implementation.createDocument != \'undefined\') && (typeof HTMLDocument!=\'undefined\');");
document.writeln("	Browser.isIE = window.ActiveXObject ? true : false;");
document.writeln("	Browser.isFirefox = (navigator.userAgent.toLowerCase().indexOf(\"firefox\")!=-1);");
document.writeln("	Browser.isOpera = (navigator.userAgent.toLowerCase().indexOf(\"opera\")!=-1);");
document.writeln("	if (Browser.isFirefox) { \/\/ entend Event Mod for FireFox");
document.writeln("		extendEventObject();");
document.writeln("	}");
document.writeln("	function extendEventObject() {");
document.writeln("		Event.prototype.__defineGetter__(\"srcElement\", function () {");
document.writeln("			var node = this.target;");
document.writeln("			while (node.nodeType != 1) node = node.parentNode;");
document.writeln("			return node;");
document.writeln("		});");
document.writeln("		Event.prototype.__defineGetter__(\"fromElement\", function () {");
document.writeln("			var node;");
document.writeln("			if (this.type == \"mouseover\")");
document.writeln("				node = this.relatedTarget;");
document.writeln("			else if (this.type == \"mouseout\")");
document.writeln("				node = this.target;");
document.writeln("			if (!node) return;");
document.writeln("			while (node.nodeType != 1) node = node.parentNode;");
document.writeln("			return node;");
document.writeln("		});");
document.writeln("		Event.prototype.__defineGetter__(\"toElement\", function () {");
document.writeln("			var node;");
document.writeln("			if (this.type == \"mouseout\")");
document.writeln("				node = this.relatedTarget;");
document.writeln("			else if (this.type == \"mouseover\")");
document.writeln("				node = this.target;");
document.writeln("			if (!node) return;");
document.writeln("			while (node.nodeType != 1) node = node.parentNode;");
document.writeln("			return node;");
document.writeln("		});");
document.writeln("	}");
document.writeln("	function IsChild(cNode,pNode){");
document.writeln("		while(cNode!=null){");
document.writeln("			cNode=cNode.parentNode;");
document.writeln("			if(cNode==pNode) return true; ");
document.writeln("		}");
document.writeln("		return false;");
document.writeln("	}");
document.writeln("	var ajccache=new Object();");
document.writeln("	var waitInterval;");
document.writeln("	var tempref;");
document.writeln("	var MouseDelayTime=1;\/\/鼠标感应延迟毫秒");
document.writeln("	function getTBprefixName(str,sta){");
document.writeln("		if(str.indexOf(\"active\")!=-1 || str.indexOf(\"normal\")!=-1) str=str.substr(6);");
document.writeln("			else if(str.indexOf(\"over\")!=-1) str=str.substr(4);");
document.writeln("				else str=\"\";");
document.writeln("		return sta+str;");
document.writeln("	}");
document.writeln("	function startajaxtabs(){");
document.writeln("		for(var i=0;i<arguments.length;i++)");
document.writeln("		{");
document.writeln("			var ulobj=document.getElementById(arguments[i]);");
document.writeln("				ulist=ulobj.getElementsByTagName(\"li\");			");
document.writeln("				for(var j=0;j<ulist.length;j++)");
document.writeln("				{");
document.writeln("					var thelist=ulist[j];");
document.writeln("					if(thelist.parentNode.parentNode!=ulobj) continue;\/\/只有第一层li有效");
document.writeln("					var ulistlink=thelist.getElementsByTagName(\"a\")[0];");
document.writeln("					var ulistlinkurl=ulistlink.getAttribute(\"urn\");");
document.writeln("					var ulistlinktarget=ulistlink.getAttribute(\"rel\");");
document.writeln("					thelist.setActive=function(bactive){");
document.writeln("						if(bactive){");
document.writeln("							this.status=\"active\";");
document.writeln("							this.className=getTBprefixName(this.className,\"active\");");
document.writeln("						}else{");
document.writeln("							this.status=\"normal\";");
document.writeln("							this.className=getTBprefixName(this.className,\"normal\");");
document.writeln("						}");
document.writeln("					}");
document.writeln("					thelist.LoadTab=function(){");
document.writeln("						this.setActive(true);");
document.writeln("						this.parentNode.parentNode.activetab.setActive(false);");
document.writeln("						this.parentNode.parentNode.activetab=this;					");
document.writeln("						var ulistlink=this.getElementsByTagName(\"a\")[0];");
document.writeln("						loadAJAXTab(ulistlink.getAttribute(\"urn\"),ulistlink.getAttribute(\"rel\"));");
document.writeln("					}");
document.writeln("					thelist.onmouseover=function(aEvent){");
document.writeln("						var myEvent = window.event ? window.event : aEvent;");
document.writeln("						var fm=myEvent.fromElement;");
document.writeln("						if(IsChild(fm,this) || fm==this) return;\/\/过滤子元素event");
document.writeln("						if(this.status==\"active\") return;");
document.writeln("						tempref=this;");
document.writeln("						clearTimeout(waitInterval);");
document.writeln("						waitInterval=window.setTimeout(\"tempref.LoadTab();\",MouseDelayTime);");
document.writeln("					}");
document.writeln("					thelist.onmouseout=function(aEvent){");
document.writeln("						var myEvent = window.event ? window.event : aEvent;");
document.writeln("						var em=myEvent.toElement;");
document.writeln("						if(IsChild(em,this) || em==this) return; \/\/过滤子元素event");
document.writeln("						if(this.status==\"active\") return;");
document.writeln("						clearTimeout(waitInterval);");
document.writeln("					}");
document.writeln("					if(ulistlinkurl.indexOf(\"#default\")!=-1){");
document.writeln("						thelist.setActive(true);");
document.writeln("						ulobj.activetab=thelist;");
document.writeln("						ajccache[ulistlinkurl]=getElement(ulistlinktarget).innerHTML;");
document.writeln("					}else{");
document.writeln("						thelist.setActive(false);");
document.writeln("					}");
document.writeln("				}");
document.writeln("			if(ulobj.activetab==null) ulobj.activetab=ulist[0];");
document.writeln("		}");
document.writeln("	}");
document.writeln("	function getXmlhttp()");
document.writeln("	{");
document.writeln("		var http_request;");
document.writeln("		");
document.writeln("		if(window.XMLHttpRequest) { ");
document.writeln("			http_request = new XMLHttpRequest();");
document.writeln("			if (http_request.overrideMimeType) {");
document.writeln("				http_request.overrideMimeType(\"text\/xml\");");
document.writeln("			}");
document.writeln("		}");
document.writeln("		else if (window.ActiveXObject) { ");
document.writeln("			try {");
document.writeln("				http_request = new ActiveXObject(\"Msxml2.XMLHTTP\");");
document.writeln("			} catch (e) {");
document.writeln("				try {");
document.writeln("					http_request = new ActiveXObject(\"Microsoft.XMLHTTP\");");
document.writeln("				} catch (e) {}");
document.writeln("			}");
document.writeln("		}");
document.writeln("		if (!http_request) { ");
document.writeln("			window.alert(\"can\'t create XMLHttpRequest object.\");");
document.writeln("			return null;");
document.writeln("		}	");
document.writeln("		return http_request;");
document.writeln("	}");
document.writeln("	function loadAJAXTab(url,contentid){");
document.writeln("		var ocontent=getElement(contentid);");
document.writeln("		if(ajccache[url]==null) {");
document.writeln("			var xhttp=getXmlhttp();		");
document.writeln("				xhttp.onreadystatechange=function(){");
document.writeln("					if(xhttp.readyState == 4 && (xhttp.status==200 || window.location.href.indexOf(\"http\")==-1))");
document.writeln("					{					");
document.writeln("						ocontent.innerHTML=xhttp.responseText;");
document.writeln("						ajccache[url]=ocontent.innerHTML;");
document.writeln("					}");
document.writeln("				}");
document.writeln("			xhttp.open(\"GET\",url,true);");
document.writeln("			xhttp.send(null);");
document.writeln("		}else{");
document.writeln("			ocontent.innerHTML=ajccache[url];");
document.writeln("		}");
document.writeln("	}");
document.writeln("	window.onerror=function(){return true}");
document.writeln("	\/\/xml.js");
document.writeln("	var xhr;");
document.writeln("	function getXHR()");
document.writeln("	{");
document.writeln("		try {");
document.writeln("			xhr=new ActiveXObject(\"Msxml2.XMLHTTP\");");
document.writeln("		} catch (e) {		");
document.writeln("			try {");
document.writeln("				xhr=new ActiveXObject(\"Microsoft.XMLHTTP\");");
document.writeln("			} catch (e) {			");
document.writeln("				xhr=false;");
document.writeln("			}");
document.writeln("		}");
document.writeln("		if(!xhr&&typeof XMLHttpRequest!=\'undefined\')");
document.writeln("		{");
document.writeln("			xhr=new XMLHttpRequest();");
document.writeln("		}	");
document.writeln("		");
document.writeln("		return xhr;");
document.writeln("	}");
document.writeln("	function openXHR(method,url,callback)");
document.writeln("	{");
document.writeln("		getXHR();");
document.writeln("		xhr.open(method,url);");
document.writeln("		xhr.onreadystatechange=function()");
document.writeln("		{");
document.writeln("			if(xhr.readyState!=4)return;");
document.writeln("			callback(xhr);		");
document.writeln("		}");
document.writeln("		xhr.send(null);");
document.writeln("	}");
document.writeln("	function loadXML(method,url,callback)");
document.writeln("	{");
document.writeln("		getXHR();");
document.writeln("		xhr.open(method,url);");
document.writeln("		xhr.setRequestHeader(\"Content-Type\",\"text\/xml\");");
document.writeln("		xhr.setRequestHeader(\"Content-Type\",\"gb2312\");");
document.writeln("		xhr.onreadystatechange=function()");
document.writeln("		{");
document.writeln("			if(xhr.readyState!=4)return;");
document.writeln("			callback(xhr.responseXML);");
document.writeln("		}");
document.writeln("		xhr.send(null);");
document.writeln("	}");
document.writeln("	");
document.writeln("	function getElement(aID)");
document.writeln("	{");
document.writeln("	  return (document.getElementById) ? document.getElementById(aID): document.all[aID];");
document.writeln("	}");
document.writeln("	\/\/]]>");
document.writeln("	<\/script>	");


function ResumeError() { 
return true; 
} 
window.onerror = ResumeError; 

function doClick(vooc,jagen){
	 vooc.className="nav_current"+jagen;
	 var j;
	 var id;
	 var e;
	 for(var i=1;i<=11;i++){
	   id ="nav"+i;
	   j = document.getElementById(id);
	   e = document.getElementById("sub"+i);
	   if(id != vooc.id){
	   	 j.className="nav_link";
	   	 e.style.display = "none";
	   }else{
			e.style.display = "block";
	   }
	 }
	 }
