_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 Netscape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
offbgcolor="";
offcolor="#000000";
onbgcolor="";
oncolor="#306FCA";
pagebgcolor="";
pagecolor="#306FCA";
bordercolor="";
borderstyle="";
borderwidth="";
separatorcolor="#FFFFFF";
separatorsize="1";
separatorpadding="11";
padding="2";
fontsize="15";
fontstyle="bold";
fontfamily="arial, helvetica";
headercolor="#306FCA";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#FFFFFF";
offcolor="#06162f";
onbgcolor="#e9ea20";
oncolor="#06162f";
pagebgcolor="#e9ea20";
pagecolor="#06162f";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorcolor="#000000";
separatorsize="1";
padding="5";
fontsize="12";
fontstyle="normal";
fontfamily="arial, helvetica";
headercolor="#06162f";
headerbgcolor="#e9ea20";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}
http://www.channelresources.ca/st/pdf/CHUfactsheet.pdf

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Management & Directors;url=/s/MgmtDirectors.asp;status=Management & Directors;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("Gold")){
style=menuStyle;
aI("text=Tanlouka Project;url=/s/Tanlouka.asp;status=Tanlouka Project;");
}

with(milonic=new menuname("Lithium")){
style=menuStyle;
aI("text=Fox Creek Project;url=/s/FoxCreek.asp;status=Fox Creek Project;");
aI("text=Why Lithium?;url=/s/WhyLithium.asp;status=Why Lithium?;");
aI("text=Lithium 101;url=/s/Lithium101.asp;status=Lithium 101;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Why Channel?;url=/s/WhyChannel.asp;status=Why Channel?;");
aI("text=Fact Sheet;url=http://www.channelresources.ca/i/pdf/CHUfactsheet.pdf;target=blank;status=Fact Sheet;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Presentations & Videos;url=/s/Presentations.asp;status=Presentations & Videos;");
aI("text=Upcoming Events;url=/s/Events.asp;status=Upcoming Events;");
aI("text=Related Websites;url=/s/RelatedArticles.asp;status=Related Websites;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
}

drawMenus();