<!--
function mmLoadMenus() {
  if (window.mm_menu01) return;
      window.mm_menu01 = new Menu("root",150,25,"Arial",12,"#000000","#FF6600","#fafafa","#ccc","left","middle",3,0,500,-5,1,true,true,true,8,true,true);
  mm_menu01.addMenuItem("元朗上新圍村個案情況","location='/?cat=17'");
  mm_menu01.addMenuItem("上水蕉徑老圍個案情況","location='/?cat=16'");
  mm_menu01.addMenuItem("大埔馬屎洲個案情況","location='/?cat=15'");
  mm_menu01.addMenuItem("荃灣三疊潭個案情況","location='/?cat=11'");
  mm_menu01.addMenuItem("大嶼山鹿湖禪林個案情況","location='/?cat=12'");
  mm_menu01.addMenuItem("大嶼山地塘仔個案情況","location='/?cat=13'");
  mm_menu01.addMenuItem("沙田赤坭坪村個案情況","location='/?cat=14'");
   mm_menu01.hideOnMouseOut=true;
   mm_menu01.bgColor='#999';
   mm_menu01.menuBorder=1;
   mm_menu01.menuLiteBgColor='#FFFFFF';
   mm_menu01.menuBorderBgColor='#ccc';

  if (window.mm_menu02) return;
   window.mm_menu02 = new Menu("root",150,25,"Arial",12,"#000000","#FF6600","#fafafa","#ccc","left","middle",3,0,500,-5,1,true,true,true,8,true,true);
  mm_menu02.addMenuItem("錄像報導","location='/?cat=6'");
   mm_menu02.hideOnMouseOut=true;
   mm_menu02.bgColor='#999';
   mm_menu02.menuBorder=1;
   mm_menu02.menuLiteBgColor='#FFFFFF';
   mm_menu02.menuBorderBgColor='#ccc';

  if (window.mm_menu03) return;
   window.mm_menu03 = new Menu("root",150,25,"Arial",12,"#000000","#FF6600","#fafafa","#ccc","left","middle",3,0,500,-5,1,true,true,true,8,true,true);
  mm_menu03.addMenuItem("政策透視","location='/?p=1'");
  mm_menu03.addMenuItem("聯盟建議書","location='/?cat=9'");
  mm_menu03.addMenuItem("立場聲明","location='/?cat=8'");
   mm_menu03.hideOnMouseOut=true;
   mm_menu03.bgColor='#999';
   mm_menu03.menuBorder=1;
   mm_menu03.menuLiteBgColor='#FFFFFF';
   mm_menu03.menuBorderBgColor='#ccc';

  mm_menu03.writeMenus();
} // mmLoadMenus()

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 MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function langSwitch(lang) {
	var goPath;
	var pagePath=document.location.href;

		if (lang=='eng') { //change to English version
			pagePath = pagePath.replace("big5","eng");
			pagePath = pagePath.replace("gb","eng");
		}
		if (lang=='big5') { //change to traditional chinese version

			pagePath = pagePath.replace("eng","big5");
			pagePath = pagePath.replace("gb","big5");
		}
		if (lang=='gb') { //change to simplified chinese version
			pagePath = pagePath.replace("eng","gb");
			pagePath = pagePath.replace("big5","gb");
		}

	document.location=pagePath;
}

//-->