function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function showHelp(n){
	for(var i=1;i<=8;i++){
		var curid=document.getElementById("con_"+i)
		if(i==n){
			curid.style.display="block";
		}else{
			curid.style.display="none";
			}
	}
}
var childMenue_arr=new Array();
childMenue_arr.push("<a href=\"http://bbs2.people.com.cn/fuwu/dh.html#a1\" class=\"ablue11\">社区地图</a> <a href=\"http://bbs2.people.com.cn/fuwu/dh.html#a2\" class=\"ablue11\">论坛简介</a> <a href=\"http://bbs2.people.com.cn/fuwu/dh.html#a3\" class=\"ablue11\">斑竹列表</a>")
childMenue_arr.push("<a href=\"http://bbs2.people.com.cn/fuwu/dt.html#a1\" class=\"ablue11\">消息树</a> <a href=\"http://bbs2.people.com.cn/fuwu/dt.html#a2\" class=\"ablue11\">年度回眸</a> <a href=\"http://bbs2.people.com.cn/fuwu/dt.html#a3\" class=\"ablue11\">社区活动</a>")
childMenue_arr.push("<a href=\"http://bbs2.people.com.cn/fuwu/mt.html#a1\" class=\"ablue11\">社区-论坛</a> <a href=\"http://bbs2.people.com.cn/fuwu/mt.html#a2\" class=\"ablue11\">话题-人物</a>")
childMenue_arr.push("<a href=\"http://bbs2.people.com.cn/fuwu/wy.html#a1\" class=\"ablue11\">意见建议</a> <a href=\"http://bbs2.people.com.cn/fuwu/wy.html#a2\" class=\"ablue11\">论坛漫话</a>")
childMenue_arr.push("<a href=\"http://bbs2.people.com.cn/fuwu/new.html#a1\" class=\"ablue11\">常见问题解答FAQ</a> <a href=\"http://bbs2.people.com.cn/fuwu/new.html#a2\" class=\"ablue11\">技术支持</a> <a href=\"http://bbs2.people.com.cn/fuwu/new.html#a3\" class=\"ablue11\">意见反馈</a>")
childMenue_arr.push("<a href=\"http://bbs2.people.com.cn/fuwu/help.html#a1\" class=\"ablue11\">泡网秘笈</a> <a href=\"http://bbs2.people.com.cn/fuwu/help.html#a2\" class=\"ablue11\">你教我学</a> <a href=\"http://bbs2.people.com.cn/fuwu/help.html#a3\" class=\"ablue11\">问题求解</a>")
function showChildMenue(n){
	var myShow_str=childMenue_arr[n];
	var curMenue=document.getElementById("childMenue");
	curMenue.innerHTML=myShow_str;
}
function showMore(){
		var curid=document.getElementById("con_9")
		curid.style.display="block";
}