
/*
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(menuStyle1=new mm_style()){	// nav items
separatorsize="0";
}


with(menuStyle1=new mm_style()){	// nav items
separatorsize="0";
}


with(menuStyle2=new mm_style()){	// primary nav	

bordercolor="#FFFFFF";	//	outer border color	
separatorcolor="#FFFFFF";	// inner border color - separator	

offbgcolor="#A0E80F";	// background off
onbgcolor="#8DC818";	// background on mouseover

pagecolor="#32407E";	// active item font color
pagebgcolor="#8DC818";	//	active item back color	

offcolor="#32407E";	//	font color off
oncolor="#ffffff";	//	font color on mouseover

borderstyle="solid";
borderwidth=1;
separatorsize="1";
padding=4;

fontsize="11px";
fontstyle="normal";
fontfamily="Arial, helvetica";

headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="4";
overfilter="Fade(duration=0.4);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle3=new mm_style()){	// secondary nav	

bordercolor="#FFFFFF";	//	outer border color	
separatorcolor="#FFFFFF";	// inner border color - separator	

offbgcolor="#A0E80F";	// background off
onbgcolor="#8DC818";	// background on mouseover

pagecolor="#32407E";	// active item font color
pagebgcolor="#93B352";	//	active item back color	

offcolor="#32407E";	//	font color off
oncolor="#ffffff";	//	font color on mouseover

borderstyle="solid";
borderwidth=1;
separatorsize="1";
padding=4;

fontsize="11px";
fontstyle="normal";
fontfamily="Arial, helvetica";

headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="4";
overfilter="Fade(duration=0.4);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}	

with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=272;
left=34;
alwaysvisible=1;
orientation="horizontal";
position="absolute";
aI("showmenu=Contents;image=images/whatsnext_splash.gif;overimage=images/whatsnext_splash.gif;");
}

with(milonic=new menuname("Contents")){
style=menuStyle2;
itemwidth=220;
top=219;
left=134;
aI("text=&nbsp;&nbsp;HOME;url=start.html;");
aI("text=&nbsp;&nbsp;FINANCIAL HIGHLIGHTS;url=overview.html;");
aI("showmenu=Chairman;text=&nbsp;&nbsp;CHAIRMAN'S LETTER;");
aI("text=&nbsp;&nbsp;SERVING COMMUNITIES...;url=serving.html;");
aI("showmenu=Financials;text=&nbsp;&nbsp;FINANCIALS;");
}



with(milonic=new menuname("Chairman")){
style=menuStyle3;
itemwidth=190;
top=271;
left=260;
aI("text=&nbsp;&nbsp;OVERVIEW;url=legacy.html;");
aI("text=&nbsp;&nbsp;BUSINESS WITHOUT BORDERS...;url=business.html;");
aI("text=&nbsp;&nbsp;ENERGY EFFICIENCY...;url=energy.html;");
aI("text=&nbsp;&nbsp;COMMUNICATIONS REVOLUTION...;url=communications.html;");
aI("text=&nbsp;&nbsp;RESOURCES FOR THE WORLD...;url=resources.html;");
aI("text=&nbsp;&nbsp;CONCLUSION;url=meeting.html;");
}




with(milonic=new menuname("Financials")){
style=menuStyle3;
itemwidth=190;
top=317;
left=260;
aI("text=&nbsp;&nbsp;Financial Review;image=images/iconpdf.gif;url=pdf/FinancialReview.pdf;target=_blank;");
aI("text=&nbsp;&nbsp;Financial Statements;image=images/iconpdf.gif;url=pdf/FinancialStatements.pdf;target=_blank;");
aI("text=&nbsp;&nbsp;Notes to Financial Statements;image=images/iconpdf.gif;url=pdf/NotesToFinancialStatements.pdf;target=_blank;");
aI("text=&nbsp;&nbsp;Eleven Year Summary;image=images/iconpdf.gif;url=pdf/ElevenYearSummary.pdf;target=_blank;");
aI("text=&nbsp;&nbsp;Board of Directors;image=images/iconpdf.gif;url=pdf/BoardOfDirectors.pdf;target=_blank;");
aI("text=&nbsp;&nbsp;Management;image=images/iconpdf.gif;url=pdf/Management.pdf;target=_blank;");
aI("text=&nbsp;&nbsp;Stockholders Information;image=images/iconpdf.gif;url=pdf/StockholdersInformation.pdf;target=_blank;");
}


drawMenus();

