_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#9b742b";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorwidth="20";
separatorheight="28";
padding=4;
fontsize="16";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#9b742b";
pagebgcolor="#ffffff";
headercolor="#9b742b";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#cfd48c";
oncolor="#000000";
offbgcolor="#dee2b1";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#cfd48c";
headercolor="#000000";
headerbgcolor="#cfd48c";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Mission & Strategy;url=/s/Mission_Strategy.asp;status=Mission & Strategy;");
aI("text=Board of Directors;url=/s/Board_of_Directors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Albanian Team;url=/s/Albanian_Team.asp;status=Albanian Team;");
}

with(milonic=new menuname("op")){
style=menuStyle;
aI("text=Overview;url=/s/Operation.asp;status=Overview;");
aI("text=Albania;url=/s/Albania.asp;status=Albania;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Overview;url=/s/Investors.asp;status=Overview;");
aI("text=News Releases;url=/s/News_Releases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Financial Reporting;url=/s/Financial_Reporting.asp;status=Financial Reporting;");
aI("text=Event Calendar;url=/s/Event_Calendar.asp?DateRange=THISMONTH&ListFormat=CalendarX;status=Event Calendar;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Other Documents;url=/s/Other_Documents.asp;status=Other Documents;");
aI("text=Annual General Meeting;url=/s/AGM.asp;status=Annual General Meeting;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact_Us.asp;status=Contact Info;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
}

drawMenus();
