<!--
function mmLoadMenus() {

window.mm_menu_1_0 = new Menu("root",200,20,"Verdana",10,"#999999","#999999","#FFFFFF","#f2f2f2","left","middle",3,0,500,0,7,true,true,true,0,true,false);
  mm_menu_1_0.addMenuItem("Redford Group","window.open('background.html', '_self');");
  mm_menu_1_0.addMenuItem("Mission Statement","window.open('mission.html', '_self');");
  mm_menu_1_0.addMenuItem("Why choose Redford?","window.open('whyus.html', '_self');");
  //mm_menu_support_0.fontWeight="bold";
   mm_menu_1_0.hideOnMouseOut=true;
   mm_menu_1_0.bgColor='#FFFFFF';
   mm_menu_1_0.menuBorder=0;
   mm_menu_1_0.menuLiteBgColor='#CCCCCC';
   mm_menu_1_0.menuBorderBgColor='#FFFFFF';

window.mm_menu_2_0 = new Menu("root",200,20,"Verdana",10,"#999999","#999999","#FFFFFF","#f2f2f2","left","middle",3,0,500,0,7,true,true,true,0,true,false);
  mm_menu_2_0.addMenuItem("Security","window.open('protection.html', '_self');");
  mm_menu_2_0.addMenuItem("Offshore financial service","window.open('offshore.html', '_self');");
  mm_menu_2_0.addMenuItem("IOM protection law","window.open('iom.html', '_self');");
  //mm_menu_support_0.fontWeight="bold";
   mm_menu_2_0.hideOnMouseOut=true;
   mm_menu_2_0.bgColor='#FFFFFF';
   mm_menu_2_0.menuBorder=0;
   mm_menu_2_0.menuLiteBgColor='#CCCCCC';
   mm_menu_2_0.menuBorderBgColor='#FFFFFF';

window.mm_menu_3_0 = new Menu("root",250,20,"Verdana",10,"#999999","#999999","#FFFFFF","#f2f2f2","left","middle",3,0,500,0,7,true,true,true,0,true,false);
  mm_menu_3_0.addMenuItem("Do you need financial planning?","window.open('services.html', '_self');");
  mm_menu_3_0.addMenuItem("Retirement planning","window.open('retirement.html', '_self');");
  mm_menu_3_0.addMenuItem("Education planning","window.open('education.html', '_self');");
  mm_menu_3_0.addMenuItem("Estate planning","window.open('estate.html', '_self');");
  mm_menu_3_0.addMenuItem("Target planning","window.open('target.html', '_self');");
  mm_menu_3_0.addMenuItem("With profit bond","window.open('profitbond.html', '_self');");
  mm_menu_3_0.addMenuItem("General Insurance","window.open('generalinsurance.html', '_self');");
  mm_menu_3_0.addMenuItem("Life Insurance","window.open('lifeassurance.html', '_self');");
  //mm_menu_support_0.fontWeight="bold";
   mm_menu_3_0.hideOnMouseOut=true;
   mm_menu_3_0.bgColor='#FFFFFF';
   mm_menu_3_0.menuBorder=0;
   mm_menu_3_0.menuLiteBgColor='#CCCCCC';
   mm_menu_3_0.menuBorderBgColor='#FFFFFF';

  if (window.mm_menu_cs_0) return;
window.mm_menu_cs_0_1 = new Menu("(III) Market News",150,40,"Verdana",10,"#000000","#7f5f30","#DFC89B","#CCCCCC","left","middle",3,0,500,-5,7,true,true,true,0,true,false);
  mm_menu_cs_0_1.addMenuItem("(a) Weekly Highlights","window.open('#', '_self');");
  mm_menu_cs_0_1.addMenuItem("(b) Commentary","window.open('#', '_self');");
   mm_menu_cs_0_1.fontWeight="bold";
   mm_menu_cs_0_1.hideOnMouseOut=true;
   mm_menu_cs_0_1.bgColor='#CCCCCC';
   mm_menu_cs_0_1.menuBorder=0;
   mm_menu_cs_0_1.menuLiteBgColor='#7f5f30';
   mm_menu_cs_0_1.menuBorderBgColor='#7f5f30';

window.mm_menu_cs_0 = new Menu("root",270,40,"Verdana",10,"#000000","#7f5f30","#DFC89B","#CCCCCC","left","middle",3,0,1000,-5,7,true,true,true,0,true,false);
  mm_menu_cs_0.addMenuItem("(Ia) Brochure","window.open('#', '_self');");
  mm_menu_cs_0.addMenuItem("(Ib) Comparison between H stocks and HIS","window.open('#', '_self');");
  mm_menu_cs_0.addMenuItem("(II) Fund Factsheet","window.open('#', '_self');");
  mm_menu_cs_0.addMenuItem(mm_menu_cs_0_1,"window.open('#', '_self');");
   mm_menu_cs_0.addMenuItem("(IV) Fund Price","window.open('#', '_self');");
   mm_menu_cs_0.fontWeight="bold";
   mm_menu_cs_0.hideOnMouseOut=true;
   mm_menu_cs_0.bgColor='#CCCCCC';
   mm_menu_cs_0.menuBorder=0;
   mm_menu_cs_0.menuLiteBgColor='#7f5f30';
   mm_menu_cs_0.menuBorderBgColor='#7f5f30';

mm_menu_cs_0.writeMenus();
} // mmLoadMenus()

function MM_showMenu(menu, x, y, child, imgname) {
	if (!window.mmWroteMenu) return;
	MM_clearTimeout();
	if (menu) {
		var obj = FIND(imgname) || document.images[imgname] || document.links[imgname] || document.anchors[imgname];
		x = moveXbySlicePos (x, obj);
		y = moveYbySlicePos (y, obj);
	}
	if (document.layers) {
		if (menu) {
			var l = menu.menuLayer || menu;
			l.top = l.left = 1;
			hideActiveMenus();
			if (this.visibility) l = this;
			window.ActiveMenu = l;
		} else {
			var l = child;
		}
		if (!l) return;
		for (var i=0; i<l.layers.length; i++) { 			   
			if (!l.layers[i].isHilite) l.layers[i].visibility = "inherit";
			if (l.layers[i].document.layers.length > 0) MM_showMenu(null, "relative", "relative", l.layers[i]);
		}
		if (l.parentLayer) {
			if (x != "relative") l.parentLayer.left = x || window.pageX || 0;
			if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth);
			if (y != "relative") l.parentLayer.top = y || window.pageY || 0;
			if (l.parentLayer.isContainer) {
				l.Menu.xOffset = window.pageXOffset;
				l.Menu.yOffset = window.pageYOffset;
				l.parentLayer.clip.width = window.ActiveMenu.clip.width +2;
				l.parentLayer.clip.height = window.ActiveMenu.clip.height +2;
				if (l.parentLayer.menuContainerBgColor && l.Menu.menuBgOpaque ) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor;
			}
		}
		l.visibility = "inherit";
		if (l.Menu) l.Menu.container.visibility = "inherit";
	} else if (FIND("menuItem0")) {
		var l = menu.menuLayer || menu;	
		hideActiveMenus();
		if (typeof(l) == "string") l = FIND(l);
		window.ActiveMenu = l;
		var s = l.style;
		s.visibility = "inherit";
		if (x != "relative") {
			s.pixelLeft = x || (window.pageX + document.body.scrollLeft) || 0;
			s.left = s.pixelLeft + 'px';
		}
		if (y != "relative") {
			s.pixelTop = y || (window.pageY + document.body.scrollTop) || 0;
			s.top = s.pixelTop + 'px';
		}
		l.Menu.xOffset = document.body.scrollLeft;
		l.Menu.yOffset = document.body.scrollTop;
	}
	if (menu) window.activeMenus[window.activeMenus.length] = l;
	MM_clearTimeout();
}
//-->
