with(menuSubStyle=new mm_style()){
    bordercolor = "#4a3d33";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
align="left";
fontsize="12px";
fontstyle="normal";
headerbgcolor = "#f8981d";
headercolor="#000000";
offbgcolor = "#635245";
offcolor="#ffffff";
onbgcolor = "#635245";
oncolor="#333333";
//outfilter="randomdissolve(duration=0.3)";
padding = 5;
pagebgcolor = "#4a3d33";
pagecolor = "#a99e86";
separatorcolor="#333333";
separatorsize=1;
subimage="/images/whitearrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("corporate")){
orientation="vertical";
style = menuSubStyle;
aI("text=Corporate Directory;url=/she_corporate_directory.aspx;");
aI("text=Corporate Governance;url=/she_corporate_governance.aspx;");
aI("text=Directors &amp; Management;url=/she_corporate_directors.aspx;");
}

with(milonic=new menuname("projects")){
orientation="vertical";
style = menuSubStyle;
aI("text=General Information;showmenu=general;");
aI("text=Daejon Project - Flagship;showmenu=daejon;");
aI("text=Gwesan Project;url=/she_project_gwesan.aspx;");
}

with (milonic = new menuname("daejon")) {
    orientation = "vertical";
    style = menuSubStyle;
    aI("text=Gwesan Project Geology;url=/she_project_daejongeol.aspx;");
    aI("text=Daejon Project Resources;url=/she_project_daejon.aspx;");
}

with (milonic = new menuname("general")) {
    orientation = "vertical";
    style = menuSubStyle;
    aI("text=About South Korea;url=/she_aboutsk.aspx;");
    aI("text=About Uranium;url=/she_project_skuranium.aspx;");
    aI("text=About Vanadium;url=/she_project_vanadium.aspx;");
    aI("text=Photo Gallery;url=/she_sk_gallery.aspx;");
    aI("text=South Korea in the Media;url=/sk_news_en.aspx;");
}

with(milonic=new menuname("investors")){
orientation="vertical";
style=menuSubStyle;
aI("text=Share Price &amp; Top 20 Investors;url=/investor_share_price.aspx;");
aI("text=Quarterly &amp; Annual Reports;url=/investor_reports.aspx;");
aI("text=ASX Announcements;url=/investor_asx.aspx;");
aI("text=Boardroom Radio Interviews;url=/brr.aspx;");
aI("text=Stonehenge Metals in the Media;url=/inthemedia.aspx;");
}

with (milonic = new menuname("ROK")) {
    orientation = "vertical";
    style = menuSubStyle;
    aI("text=South Korea Uranium;url=/she_project_skuranium.aspx;");
    aI("text=South Korea Photo Gallery;url=/she_sk_gallery.aspx;");
    aI("text=Resources;url=/she_skresources.aspx;");
    aI("text=Related Links;url=/she_media_korea_uranium.aspx;");
    aI("text=South Korea in the Media;url=/sk_news_en.aspx;");
}




drawMenus();


