_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(mainStyle=new mm_style()){
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="transparent";
oncolor="#e1a732";
pagebgcolor="transparent";
pagecolor="#e1a732";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorsize="1";
separatorheight="40";
separatorimage="/i/common/menusep.gif";
padding=4;
fontsize="14";
fontweight="bold";
headercolor="#e1a732";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="text-transform:uppercase;padding-left:8px;padding-right:8px";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#e1a732";
pagebgcolor="#ffffff";
pagecolor="#e1a732";
bordercolor="#e6e3dc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#e6e3dc";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#e1a732";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="padding-left:10px;padding-right:10px";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Vision;url=/s/Corporate_Vision.asp;status=Corporate Vision;");
aI("text=President's Message;url=/s/Presidents_Message.asp;status=President's Message;");
aI("text=Management Team;url=/s/Management_Team.asp;status=Management Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Red Cliff Property;url=/s/Red_Cliff.asp?ReportID=373682;status=Red Cliff Property;");
aI("text=Silver Crown Property;url=/s/SilverCrown.asp;status=Silver Crown Property;");
aI("text=Wedeene Project;url=/s/Kitimat.asp?ReportID=381449;status=Wedeene Project;");
aI("text=Goat Property;url=/s/Goat.asp;status=Goat Property;");
aI("text=Pink Mountain Property;url=/s/PinkMountain.asp;status=Pink Mountain Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Media Coverage;url=/s/Media_Coverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
}

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();
