/***************************************** THIS IS VERSION 5 OP THE MILONIC MENU *****************************************/ _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=-1 // Sub menu top offset _subOffsetLeft=1 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(styleTop=new mm_style()){ onbgcolor="#0180C7"; oncolor="#FFFFFF"; offbgcolor="#FFD237"; offcolor="#000000"; bordercolor="#333333"; borderstyle="solid"; borderwidth=0; separatorcolor="#C6C2B2"; separatorsize="0"; padding=5; align="center"; fontsize=11; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="http://www.allbriteonline.com/images/templates/menu_arrow_white.gif"; subimagepadding="2"; subimageposition="right"; overfilter="Fade(duration=1);Alpha(opacity=95);"; outfilter="randomdissolve(duration=0.3)"; } with(styleSub=new mm_style()){ onbgcolor="#FFD237"; oncolor="#000000"; offbgcolor="#0180C7"; offcolor="#FFFFFF"; bordercolor="#000000"; borderstyle="solid"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1"; padding=4; fontsize=11; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="http://www.allbriteonline.com/images/templates/menu_arrow_white.gif"; subimagepadding="2"; overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=95);"; outfilter="randomdissolve(duration=0.6)"; } with(milonic=new menuname("Main Menu")){ style=styleTop; top=245; left=""; screenposition="center"; alwaysvisible=1; orientation="horizontal"; //vertical //itemwidth="95"; aI("text= Home ;url=http://www.allbriteonline.com/index.htm;status=Home;") aI("text=  About All Brite  ;showmenu=about_all_brite;url=http://www.allbriteonline.com/about_all_brite/;status=About All Brite;");aI("text=  Collection Services  ;showmenu=collection_services;url=http://www.allbriteonline.com/collection_services/;status=Collection Services;");aI("text=  Processing Recovered Materials  ;showmenu=processing_recovered_materials;url=http://www.allbriteonline.com/processing_recovered_materials/;status=Processing Recovered Materials;");aI("text=  Recycling Know How  ;showmenu=recycling_know_how;url=http://www.allbriteonline.com/recycling_know_how/;status=Recycling Know How;");aI("text=  Contact Us  ;url=http://www.allbriteonline.com/contact_us/;status=Contact Us;");} with(milonic=new menuname("about_all_brite")){ style=styleSub; top='offset=1'; left='offset=0'; itemwidth=140; aI("text= Branches & Staff;url=http://www.allbriteonline.com/about_all_brite/branches/;status=Branches & Staff;");aI("text= Current Capability;url=http://www.allbriteonline.com/about_all_brite/current_capability/;status=Current Capability;");aI("text= ISO Certification;url=http://www.allbriteonline.com/about_all_brite/iso_certification/;status=ISO Certification;");} with(milonic=new menuname("collection_services")){ style=styleSub; top='offset=1'; left='offset=0'; itemwidth=140; aI("text= Commercial;showmenu=commercial;url=http://www.allbriteonline.com/collection_services/commercial/;status=Commercial;");aI("text= Household;url=http://www.allbriteonline.com/collection_services/household/;status=Household;");} with(milonic=new menuname("commercial")){ style=styleSub; top='offset=1'; left='offset=0'; itemwidth=140; aI("text= All Brite Services;url=http://www.allbriteonline.com/collection_services/commercial/all_brite_services/;status=All Brite Services;");aI("text= Business Solutions;url=http://www.allbriteonline.com/collection_services/commercial/business_solutions/;status=Business Solutions;");aI("text= Success Stories;url=http://www.allbriteonline.com/collection_services/commercial/success_stories/;status=Success Stories;");} with(milonic=new menuname("processing_recovered_materials")){ style=styleSub; top='offset=1'; left='offset=0'; itemwidth=140; aI("text= Paper & Cardboard;url=http://www.allbriteonline.com/processing_recovered_materials/paper_cardboard/;status=Paper & Cardboard;");aI("text= Glass;url=http://www.allbriteonline.com/processing_recovered_materials/glass/;status=Glass;");aI("text= Plastics;url=http://www.allbriteonline.com/processing_recovered_materials/plastics/;status=Plastics;");aI("text= Aluminium & Tin Cans;url=http://www.allbriteonline.com/processing_recovered_materials/aluminium/;status=Aluminium & Tin Cans;");aI("text= Export;url=http://www.allbriteonline.com/processing_recovered_materials/export/;status=Export;");} with(milonic=new menuname("recycling_know_how")){ style=styleSub; top='offset=1'; left='offset=0'; itemwidth=140; aI("text= Paper & Cardboard;url=http://www.allbriteonline.com/recycling_know_how/recycling_paper/;status=Paper & Cardboard;");aI("text= Glass;url=http://www.allbriteonline.com/recycling_know_how/recycled_glass/;status=Glass;");aI("text= Plastics;url=http://www.allbriteonline.com/recycling_know_how/recycled_plastics/;status=Plastics;");aI("text= Aluminium & Tin Cans;url=http://www.allbriteonline.com/recycling_know_how/recycled_aluminium/;status=Aluminium & Tin Cans;");aI("text= Recycling for Kids;url=http://www.allbriteonline.com/recycling_know_how/recycling_for_kids/;status=Recycling for Kids;");aI("text= Resources & Sources;url=http://www.allbriteonline.com/recycling_know_how/resources/;status=Resources & Sources;");} drawMenus();