<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=100; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=350; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="1";
hdrFontColor="#356AAA";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#C9C9C9";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#356AAA";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("TECHNOLOGY", "*** M E N U ***")
addItem("How It Works", "http://www.waterloo-biofilter.com/the_technology/technology.htm", "");
addItem("Advantages", "http://www.waterloo-biofilter.com/the_technology/advantages.htm", "");
addItem("The Process", "http://www.waterloo-biofilter.com/the_technology/the_process.htm", "");
addItem("Configurations", "http://www.waterloo-biofilter.com/the_technology/configurations.htm", "");
addItem("Testing & Verification", "http://www.waterloo-biofilter.com/the_technology/testingverification.htm", "");
addHdr("APPLICATIONS");
addItem("Residential", "http://www.waterloo-biofilter.com/applications_and_case_histories/residential_applications.htm", "");
addItem("Commercial", "http://www.waterloo-biofilter.com/applications_and_case_histories/commercial_communal_applications.htm", "");
addItem("Golf Resorts", "http://www.waterloo-biofilter.com/applications_and_case_histories/golf_course_home.htm", "");
addItem("Retrofit", "http://www.waterloo-biofilter.com/applications_and_case_histories/retrofit_applications.htm", "");
addHdr("PRODUCTS");
addItem("SC Treatment Units", "http://www.waterloo-biofilter.com/products/sc_treatment/wbs_sc_treatment_products.htm", "");
addItem("Poly Tanks", "http://www.waterloo-biofilter.com/products/wbs_poly_tank_products.htm", "");
addItem("Wire Mesh Baskets", "http://www.waterloo-biofilter.com/products/wbs_mesh_basket_products.htm", "");
addItem("Sheds", "http://www.waterloo-biofilter.com/products/wbs_shed_products.htm", "");
addItem("Pumps", "http://www.waterloo-biofilter.com/products/pumps/pump_products.htm", "");
addItem("Control Panels", "http://www.waterloo-biofilter.com/products/controls/controls_and_floats.htm", "");
addItem("Effluent Filters", "http://www.waterloo-biofilter.com/products/effluent_filters/effluent_filters.htm", "");
addItem("Pump Chambers", "http://www.waterloo-biofilter.com/products/pump_chambers/pump_chambers.htm", "");
addHdr("INFORMATION");
addItem("Information Packages", "http://www.waterloo-biofilter.com/info_packages.htm", "");
addItem("Technical Information", "http://www.waterloo-biofilter.com/tech_specs.htm", "");
addItem("BMEC Authorization", "http://www.waterloo-biofilter.com/bmec_area_bed.htm", "");
addItem("Research Publications", "http://www.waterloo-biofilter.com/research_publications.htm", "");
addItem("FAQs", "http://www.waterloo-biofilter.com/frequently_asked_questions.htm", "");
addItem("Contact Us", "http://www.waterloo-biofilter.com/contact_us.htm", "");
addHdr("INSTALLERS");
addItem("Installers List", "http://www.waterloo-biofilter.com/installers/installers_list.htm", "");
addHdr("DESIGNERS");
addItem("Designers List", "http://www.waterloo-biofilter.com/designers/designers_list.htm", "");









endMenu()

//-->