_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="";
oncolor="#666666";
offbgcolor="";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#FDBE0C";
separatorsize="1";
separatorheight=10;
separatorwidth=15;
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}
with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#FABF0C";
offcolor="#000000";
bordercolor="#503E01";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
top=170;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Reports;url=/s/CorporateReports.asp;status=Corporate Reports;");
aI("text=SEC Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001060910&owner=include&count=40;target=blank;status=SEC Filings;");
}

with(milonic=new menuname("prj")){
top=170;
style=menuStyle;
aI("text=Independence Mine Project;url=/s/Independence.asp;status=Independence Mine Project;");
}

with(milonic=new menuname("inv")){
top=170;
style=menuStyle;
aI("text=Stock Quote & Chart;url=/s/StockQuote.asp;status=Stock Quote & Chart;");
aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
aI("text=Corporate Reports;url=/s/CorporateReports.asp;status=Corporate Reports;");
aI("text=SEC Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=general+metals+corp&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=SEC Filings;");
aI("text=Metal Industry Quotes;url=/s/MetalIndustry.asp;status=Metal Industry Quotes;");
}

with(milonic=new menuname("contact")){
top=170;
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();