﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=12000;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ff0000";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#ff0000";
offbgcolor="#1379BF";
offcolor="#ffffff";
onbgcolor="#DCEBF2";
oncolor="#1379BF";
padding=5;
itemheight=22;
separatorpadding=3;
pagebgcolor="#559FD0";
pagecolor="#ffffff";
separatorcolor="#1379BF";
separatorsize=2;
subimage="";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ff0000";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ff0000";
offbgcolor="#DCEBF2";
offcolor="#1379BF";
onbgcolor="#1379BF";
oncolor="#DCEBF2";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#051B3D', Direction=135, Strength=5)";
padding=2;
itemheight=20;
separatorpadding=6;
pagebgcolor="#82B6D7";
pagecolor="#ffffff";
separatorcolor="#DCEBF5";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
orientation="horizontal";
style=menuStyle;
position="relative";
aI("text=About Us;url=aboutus.html;");
aI("showmenu=Product Line;text=Product Line;url=technology.html;");
aI("showmenu=Project Development;text=Project Development;url=development.html;");
aI("showmenu=Investors;text=Shareholders;url=investors.php;");
aI("showmenu=Suppliers;text=Suppliers;url=suppliers.html;");
aI("showmenu=Media;text=Media;url=media.html;");
aI("showmenu=Contact Us;text=Contact Us;url=contactus.html;");
aI("showmenu=Careers;text=Careers;url=careers.html;");
aI("showmenu=Home;text=Home;url=index_milonic.html;");
}

with(milonic=new menuname("About Us")){
orientation="horizontal";
style=submenuStyle;
aI("align=center;text=Main;url=aboutus.html;");
aI("align=center;text=Profile;url=profile.html;");
aI("text=Company Information;url=company_info.html;");
aI("align=center;text=Executive Team;url=leadership.html;");
aI("text=Board of Directors;url=boardmembers.html;");
aI("align=center;text=Wind Industry;url=windindustry.html;");
aI("align=center;text=Code of Business Conduct and Ethics;url=codeofconduct.html;");
}

with(milonic=new menuname("Product Line")){
orientation="horizontal";
style=submenuStyle;
screenposition="center";
aI("text=Main;url=productline.html;");
aI("text=Design Mission;url=designmission.html;");
aI("text=Design History;url=designhistory.html;");
aI("text=At a Glance;url=ataglance.html;");
aI("text=Quality Manufacturing;url=qualitymfg.html;");
aI("text=Technical Specs;url=techspecs.html;");
aI("text=Liberty Brochure [pdf];url=pdf/Liberty_Brochure_2009_LR.pdf;target=_blank");
}

with(milonic=new menuname("Development")){
orientation="horizontal";
style=submenuStyle;
aI("align=center;text=Main;url=development.html;");
aI("align=center;text=Clipper Projects;url=projects.html;");
aI("align=center;text=How it works;url=howitworks.html;");
aI("align=center;text=Community;url=community.html;");
aI("align=center;text=Landowners;url=landowners.html;");
}

with(milonic=new menuname("Investors")){
orientation="horizontal";
style=submenuStyle;
screenposition="center";
aI("text=Main;url=investors.php;");
aI("text=Financial Results;url=results_kpis.php;");
aI("text=Financial Calendar;url=financial_calendar.php;");
aI("text=Board of Directors;url=boardmembers.php;");
aI("text=Press Releases;url=press_releases_2010.html;");
aI("text=Share Price;url=shareprice.php;");
aI("text=Regulatory News;url=rnsfeed.php;");
aI("text=Analyst Coverage;url=analyst_coverage.php;");
aI("text=AIM Rule 26;url=aim_rule26.php;");
}

with(milonic=new menuname("Suppliers")){
orientation="horizontal";
style=submenuStyle;
screenposition="center";
aI("text=Main;url=suppliers.html;");
aI("text=Register Your Interest With Us;url=suppliers_register.aspx;");
aI("text=FAQs;url=suppliers_faqs.html;");
aI("text=Supplier Delivery Specification [pdf];url=pdf/Supplier_Delivery_Specification.pdf;target=_blank");
aI("text=Supplier Scorecard Training [pdf];url=pdf/CLIPPER_SUPPLIER_SCORECARD_TRAINING.pdf;target=_blank");
}

with(milonic=new menuname("Newsroom")){
orientation="horizontal";
style=submenuStyle;
screenposition="center";
aI("text=Main;url=media.html;");
aI("text=Support Wind;url=supportwind.html;");
aI("text=Photo Library;url=photolibrary.html;");
aI("text=Press Releases;url=press_releases_2010.html;");
}

with(milonic=new menuname("Contact Us")){
orientation="horizontal";
style=submenuStyle;
screenposition="center";
aI("text=Main;url=contactus.html;");
aI("text=Investor Relations;url=investor_contact.html;");
aI("text=Media Contact;url=media.html;");
}

with(milonic=new menuname("Careers")){
orientation="horizontal";
style=submenuStyle;
aI("text=Main;url=careers.html;");
aI("text=Job Search;url=careers_search.html;");
//aI("text=Main;url=http://clipperwind.hodesiq.com;");
//aI("text=Job Search;url=http://clipperwind.hodesiq.com/job_start.asp;");
}

with(milonic=new menuname("Home")){
orientation="horizontal";
style=submenuStyle;
aI("text=Home;url=index.html;");
}

drawMenus();