_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()){
oncolor="#FAD5BA";
onbgcolor="#8E3F18";
offcolor="#FEFFFF";
offbgcolor="#8E3F18";
pagecolor="#FAD5BA";
pagebgcolor="#8E3F18";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#7D0000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
oncolor="#FAD5BA";
onbgcolor="#8E3F18";
offcolor="#FEFFFF";
offbgcolor="#8E3F18";
pagecolor="#FAD5BA";
pagebgcolor="#8E3F18";
bordercolor="#FF9900";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#7D0000";
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")){
top="offset=1";
style=menuStyle;
aI("text=Company Overview;url=/tko/CompanyOverview.asp;status=Company Overview;");
aI("text=Company Information;url=/tko/CompanyInformation.asp;status=Corporate Information;");
aI("text=Management;url=/tko/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/tko/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Properties")){
top="offset=1";
style=menuStyle;
aI("text=Overview;url=/tko/Properties.asp;status=Overview;");
aI("text=Gibraltar;url=/tko/Gibraltar.asp;showmenu=Gib;status=Gibraltar;");
aI("text=Prosperity;url=/tko/Prosperity.asp;showmenu=Pro;status=Prosperity;");
aI("text=Harmony;url=/tko/Harmony.asp;status=Harmony;");
aI("text=Aley;url=/tko/Aley.asp;status=Aley;");
}

with(milonic=new menuname("Gib")){
top="offset=1";
style=menuStyle;
aI("text=Overview;url=/tko/Gibraltar.asp;status=Overview;");
aI("text=Photo Gallery;url=/tko/Gibraltar-pg.asp;status=Gibraltar Photo Gallery;");
}

with(milonic=new menuname("Pro")){
top="offset=1";
style=menuStyle;
aI("text=Overview;url=/tko/Prosperity.asp;status=Overview;");
aI("text=Media Coverage;url=/tko/ProspMediaCoverage.asp;status=Prosperity Media Coverage;");
}

with(milonic=new menuname("Investor")){
top="offset=1";
style=menuStyle;
aI("text=Stock Quotes;url=/tko/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/tko/NewsReleases.asp;status=News Releases;");
aI("text=Media Coverage;url=/tko/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst Coverage;url=/tko/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/tko/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/tko/Financials.asp;status=Financials;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00003212;target=_blank;status=SEDAR Filings;");
aI("text=Corporate Events;url=/tko/CorpEvents.asp;status=Corporate Events;");
}

with(milonic=new menuname("careers")){style=menuStyle;
top="offset=1";
aI("text=Overview;url=/tko/Careers.asp;status=Overview;");
aI("text=Current Opportunities;url=/tko/CurrentOpportunities.asp;status=Current Opportunities;");
//aI("text=Campus Recruitment;url=/tko/CampusRecruitment.asp;status=Campus Recruitment;");
aI("text=Communities;url=http://www.williamslake.ca/;target=blank;status=Campus Recruitment;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=1";
aI("text=Contact Us;url=/tko/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/tko/InformationRequest.asp;status=Request More Info;");
}

with(milonic=new menuname("Qwiklinks")){
top="offset=1";
style=menuStyle;
aI("text=Financials;url=/tko/Financials.asp;status=Financials;");
aI("text=Corporate Events;url=/tko/CorpEvents.asp;status=Corporate Events;");
aI("text=Prosperity;url=/tko/Prosperity.asp ;status=Prosperity;");


}

drawMenus();