_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="#000000";
oncolor="#0382c5";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="20";
padding=4;
fontsize="15";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#0382c5";
pagebgcolor="#000000";
headercolor="#0382c5";
headerbgcolor="#000000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#007bc1";
oncolor="#ffffff";
offbgcolor="#006599";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#007bc1";
headercolor="#ffffff";
headerbgcolor="#007bc1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=2";
aI("text=Corporate Profile;url=/s/Corporate.asp;status=Corporate Profile;");
aI("text=Management & Directors;url=/s/Management_Directors.asp;status=Management & Directors;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=2";
aI("text=Project Overview;url=/s/Projects.asp;status=Project Overview;");
aI("text=FCI Property;url=/s/FCI_Property.asp;status=FCI Property;");
aI("text=Auclair Property;url=/s/Auclair_Property.asp;status=Auclair Property;");
aI("text=Anti Atlas Copper-Silver Property;url=/s/Anti_Atlas_Property.asp;status=Anti Atlas Copper-Silver Property;");
aI("text=Image Gallery;url=/s/Image_Gallery.asp;status=Image Gallery;");
aI("text=Technical Reports/Sections;url=/s/Technical_Reports.asp;status=Technical Reports/Sections;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=2";
aI("text=Quote & Share Structure;url=/s/Stock_Quote.asp;status=Quote & Share Structure;");
aI("text=Financial Reports;url=/s/Financial_Reports.asp;status=Financial Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Media & Analyst;url=/s/Media_Analyst.asp;status=Media & Analyst;");
aI("text=Related Links;url=/s/Related_Links.asp;status=Related Links;");
aI("text=SEDAR;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00010999;target=blank;status=SEDAR;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=2";
aI("text=Contact Info;url=/s/Contact_Us.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();