_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#B11212";
offbgcolor="#FABB05";
borderwidth=0;
fontsize="75%";
fontstyle="normal";
fontfamily = "arial, verdana, tahoma,";
pagecolor="#666666";
pagebgcolor="#666666";
}

with(DMStyle=new mm_style()){
offbgcolor = "#FABB05";
offcolor = "#333333";
onbgcolor = "#B11212";
oncolor = "#FFFFFF";
bordercolor = "#FFFFFF";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#FFFFFF";
separatorsize = 1;
padding = 4;
fontsize = "12";
fontstyle = "normal";
fontweight = "bold";
fontfamily = "verdana, arial, tahoma,";
subimage="../gif/arrow.gif";
subimagepadding=3;
}

   with(milonic=new menuname("getting")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=5";
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;General Information;url=General.aspx;");
	aI("text=&nbsp;Maps;url=#;");
    }
	
	with(milonic=new menuname("go")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=5";
	itemwidth=200;
    style = DMStyle;
  	aI("text=&nbsp;Ilha de Mo&ccedil;ambique;url=wheretogo.htm;");
	aI("text=&nbsp;Lake Niassa;url=#;");
	aI("text=&nbsp;Niassa Reserve;url=#;");
	aI("text=&nbsp;Pemba & The North Coast;url=#;");
	aI("text=&nbsp;The Quirimbas Archipelago;url=#;");
    }

   with(milonic=new menuname("do")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=5";
	itemwidth=180;
    style = DMStyle;
    aI("text=What To Do Template;url=whattodo.htm;");
    }
	
	   with(milonic=new menuname("stay")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=5";
	itemwidth=180;
    style = DMStyle;
    aI("text=Where To Stay Template;url=wheretostay.htm;");
    }
	
		with(milonic=new menuname("itineraries")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=5";
	itemwidth=180;
    style = DMStyle;
    aI("text=&nbsp;;url=#;");
	aI("text=&nbsp;;url=#;");
	aI("text=&nbsp;;url=#;");
    }

drawMenus();
menuDisplay(getMenuByName("Sidebar"),1)