_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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#990000";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#161615";
bordercolor="#990000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#990000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#990000";
headercolor="#FFFFFF";
headerbgcolor="#990000";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Financial Strategy;url=/s/FinancialStrategy.asp;status=Financial Strategy;");
aI("text=Senior Management - Korea;url=/s/SeniorManagement-Korea.asp;status=Senior Management - Korea;");
aI("text=Directors & Officers;url=/s/Management.asp?ReportID=381535;status=Directors & Officers;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
}


with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Overview;url=/s/Operations.asp;;status=Overview;");
aI("text=Hard Metals;url=#;status=Hard Metals;showmenu=hm;");
aI("text=Gold;url=#;status=Gold;showmenu=gold;");
aI("text=Uranium;url=#;status=Uranium;showmenu=ur;");
}

with(milonic=new menuname("hm")){
style=menuStyle;
aI("text=Sangdong Mine Project;url=/s/Sangdong.asp;status=Sangdong Mine Project;");
aI("text=Chongyang Mine;url=/s/Chongyang.asp;status=Chongyang Mine;");
aI("text=About Hard Metals;url=/s/AboutHardMetals.asp;status=About Hard Metals;");
}

with(milonic=new menuname("gold")){
style=menuStyle;
aI("text=Muguk Mine;url=/s/Muguk.asp;status=Muguk Mine;");
//aI("text=Gasado Project;url=/s/Gasado.asp;status=Gasado Project;");
aI("text=About Gold;url=/s/AboutGold.asp;status=About Gold;");
}

with(milonic=new menuname("ur")){
style=menuStyle;
aI("text=Dongjeum Uranium Project;url=/s/Dongjeum.asp;status=Dongjeum Uranium Project;");
aI("text=Ogchon Uranium Project;url=/s/Ogchon.asp;status=Ogchon Uranium Project;");
aI("text=About Uranium;url=/s/AboutUranium.asp;status=About Uranium;");
}

with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=Corporate Overview;url=/s/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Regulatory Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004591;target=_blank;status=Regulatory Filings;");
//aI("text=Events Calendar;url=/s/Events.asp;status=Events Calendar;");
aI("text=Annual Meeting Information;url=/s/AnnualMeetingInfo.asp;status=Annual Meeting Information;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=In The Press;url=/s/InthePress.asp;status=In The Press;");
//aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Powerpoint Presentation;url=/s/Presentations.asp;status=Powerpoint Presentation;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
//aI("text=Webcasts;url=/s/Webcasts.asp;status=Webcasts;");
aI("text=Request Email Updates;url=/s/EmailUpdates.asp;status=Request Email Updates;");
aI("text=Request Introductory Package;url=/s/InformationRequest.asp;status=Request Introductory Package;");
}


drawMenus();