<!--
/*
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=30; // no quotes!!
staticYOffset=5; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=220; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ff9900";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=22; // no quotes!!

startMenu("GREENHOUSES", "M E N U")
addItem("XL Super Side Vent", "/Product%20menu/xlssv.htm", "");
addItem("XL Super Vent Fix", "/Product%20menu/xlsvf.htm", "");
addItem("XL Super vent R&P", "/Product%20menu/xlsvrp.htm", "");
addItem("XL Super", "/Product%20menu/xls.htm", "");

addHdr("TUNNELS");
addItem("Inbal", "/Product%20menu/inbal.htm", "");
addItem("BB76", "/Product%20menu/bb76.htm", "");
addItem("American", "/Product%20menu/american.htm", "");

addHdr("SHADEHOUSES");
addItem("Shade House", "/Product%20menu/sh.htm", "");
addItem("Net House", "/Product%20menu/nh.htm", "");
addItem("Cable House", "/Product%20menu/ch.htm", "");

addHdr("CLIMATE CONTROL");
addItem("Automatic Control", "/Product%20menu/ac.htm", "");
addItem("Heating Systems", "/Product%20menu/hs.htm", "");
addItem("Humidification Systems", "/Product%20menu/hus.htm", "");
addItem("Ventilation Systems", "/Product%20menu/vs.htm", "");
addItem("Fogger Systems", "/Product%20menu/fs.htm", "");

addHdr("ACSESORIES");
addItem("Plastics", "/Product%20menu/p.htm", "");
addItem("Irrigation Sistems", "/Product%20menu/is.htm", "");
addItem("Greenhouse Sprayers", "/Product%20menu/gs.htm", "");

addHdr("ABOUT US");
addItem("Horizon-Orgil Technology", "horizon_orgil_technology.htm", "");
addItem("Horizon-Orgil at the Forefront", "horizon_orgil_forefront.htm", "");
addItem("Horizon-Orgil and the Environment", "horizon_orgil_enviroment.htm", "");
addItem("Horizon-Orgil Worldwide", "horizon_orgil_worldwide.htm", "");

addHdr("MAIN MENU");
addItem("Home", "orgil_en_1.htm", "");
addItem("Media Galery", "mediag.htm", "");
addItem("Financing", "financing.htm", "");
addItem("Contact us", "contactus.htm", "");
addItem("Employment Opportunities", "employmentopportunities.htm", "");
addItem("NEWS", "horizon_orgil_news.htm", "");
endMenu()

//-->