_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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(menuStyle=new mm_style()){
onbgcolor="#C3D6F7";
oncolor="#000000";
offbgcolor="#295FBA";
offcolor="#FFFFFF";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#f0f0f0";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/Company.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Cyprus;url=/s/Cyprus.asp?reportid=391689;status=Cyprus;showmenu=Cyprus");
aI("text=Portugal;url=/s/Portugal.asp?reportid=196927;status=Portugal;");
aI("text=Sweden;url=/s/Sweden.asp;status=Sweden;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Information;url=/s/StockInfo.asp;status=Stock Information;");
aI("text=Investor Information;url=/s/InvestorInfo.asp;status=Investor Information;");
//aI("text=Fact Sheet;url=/i/pdf/nlfactsheet.pdf;status=Fact Sheet;");
//aI("text=Corporate Information;url=/s/Company.asp;status=Corporate Information;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();