_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=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#d2dc3e";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="";
separatorpadding="6";
padding=6;
fontsize="18";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#d2dc3e";
pagebgcolor="";
headercolor="#d2dc3e";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#125da3";
offcolor="#ffffff";
onbgcolor="#0e4d92";
oncolor="#d2dc3e";
pagebgcolor="#0e4d92";
pagecolor="#d2dc3e";
bordercolor="#d2dc3e";
borderstyle="solid";
borderwidth=1;
separatorcolor="#d2dc3e";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Tahoma, Geneva, Helvetica";
headercolor="#d2dc3e";
headerbgcolor="#0e4d92";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=90)";
outfilter="";
horizontalMenuDelay = true;
_menuCloseDelay=1500;
_menuOpenDelay=500;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Profile;url=/s/Corporate.asp;status=Company Profile;");
aI("text=Board of Directors & Officers;url=/s/Management.asp;status=Board of Directors & Officers;");
aI("text=Board Committeess;url=/s/Committees.asp;status=Board Committees;");
aI("text=Objectives & Growth Strategy;url=/s/Objective.asp;status=Objectives & Growth Strategy;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Overview;url=/s/Investors.asp;status=Overview;");
aI("text=Coverage & Articles;url=/s/Coverage_Articles.asp;status=Coverage & Articles;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=SEDAR Filings;url=/s/Sedar_Filings.asp;status=SEDAR Filings;");
aI("text=Stock Quote;url=/s/Stock_Quote.asp;status=Stock Quote;");
aI("text=Risk Factors;url=/s/Risk_Factors.asp;status=Risk Factors;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Project Overview;url=/s/Projects.asp;status=Project Overview;");
aI("text=LIK Project;url=/s/LIK_Project.asp;status=LIK Project;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
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();
