_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("about")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=15";
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;History;url=History.aspx;");
	aI("text=&nbsp;Culture;url=Culture.aspx;");
	aI("text=&nbsp;Conservation;url=Conservation.aspx;");
	aI("text=&nbsp;Geotourism;url=geotourism;");
    }
	
	with(milonic=new menuname("travel")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=15";
	itemwidth=180;
    style = DMStyle;
  	aI("text=&nbsp;Health;url=Health.aspx;");
	aI("text=&nbsp;Safety;url=Safety.aspx;");
	aI("text=&nbsp;Weather;url=Weather.aspx;");
	aI("text=&nbsp;FAQs;url=FAQ.aspx;");
	aI("text=&nbsp;Embassies;url=Embassies.aspx;");
    }

   with(milonic=new menuname("support")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=15";
	itemwidth=180;
    style = DMStyle;
    aI("text=&nbsp;Application Notes;url=notes.htm;");
	aI("text=&nbsp;Glossary of Terms;url=glossary.htm;");
	aI("text=&nbsp;Warranty Information;url=warranty.htm;");
    }
	
	   with(milonic=new menuname("enquiry")){
    borderwidth = 1;
	//top="offset=1";
	left="offset=15";
	itemwidth=180;
    style = DMStyle;
    aI("text=&nbsp;Enquiry Form;url=Enquiries.aspx;");
    }

drawMenus();
menuDisplay(getMenuByName("Topbar"),1)