
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#32407E";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#32407E";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#32407E";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#32407E";
pagebgcolor="#dddddd";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#ffffff";
separatorcolor="#32407E";
separatorsize="0";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle2;
top=100;
left=100;
alwaysvisible=1;
orientation="horizontal";
position="absolute";
aI("showmenu=Contents;image=images/nav/contents_off.gif;overimage=images/nav/contents_on.gif;");
aI("showmenu=Financials;image=images/nav/financials_off.gif;overimage=images/nav/financials_on.gif;");
}

with(milonic=new menuname("Contents")){
style=menuStyle;
itemwidth=139;
aI("text=Home;url=splash_page.html;");
aI("text=Chairman's Letter;url=chairman_letter.html;");
aI("text=Business Segments;url=business_segments.html;");
aI("text=Case Studies;");
aI("text=&nbsp;&nbsp;&nbsp;Technology Leader;url=technology_case.html;");
aI("text=&nbsp;&nbsp;&nbsp;Global Company;url=global_case.html;");
aI("text=&nbsp;&nbsp;&nbsp;Customer-focused;url=customer_case.html;");
//aI("text=2004 Emerson Video;showmenu=video;");
}

//with(milonic=new menuname("Video")){
//style=menuStyle;
//itemwidth=139;
//aI("text=Broadband;url=video_broadband.html;target=_blank;");
//aI("text=Dialup;url=video_dialup.html;target=_blank;");
//}

with(milonic=new menuname("Financials")){
style=menuStyle;
itemwidth=169;
aI("text=Financial Review;url=pdf/financial_review.pdf;target=_blank;");
aI("text=Financial Statements;url=pdf/financial_statements.pdf;target=_blank;");
aI("text=Notes to Financial Statements;url=pdf/notes_to_financials.pdf;target=_blank;");
aI("text=Eleven Year Summary;url=pdf/eleven_year_summary.pdf;target=_blank;");
aI("text=Board of Directors;url=pdf/board_of_directors.pdf;target=_blank;");
aI("text=Management;url=pdf/management.pdf;target=_blank;");
aI("text=Stockholders Information;url=pdf/stockholders_information.pdf;target=_blank;");
}

drawMenus();

