﻿


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=310             // Sub menu top offset
_subOffsetLeft=-500            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#56A170";
oncolor="#FFFFFF";
offbgcolor="none";
offcolor="#036635";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#96C2D5";
separatorsize="0";
padding=5;
fontsize="11";
fontweight="normal";
fontfamily="verdana";
pagecolor="white";
pagebgcolor="#D1AA96";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/bulletMenu.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);";
outfilter="randomdissolve(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="#0072ad";
oncolor="#ffffff";
offbgcolor="#ffe6bf";
offcolor="#06679a";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
imagepadding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma, Arial";
pagecolor="white";
pagebgcolor="#96C2D5";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/bulletMenu.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(ricyl=new menuname("niveauOne")){
style=menuStyle;
itemwidth=175;
alwaysvisible=1;
position="relative";
aI("text=&nbsp;<b>Home</b></b>;url=index.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Underground Tanks</b>;url=underground_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Tank Accessories</b>;url=accessories.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Total Containment</b>;url=total_containment.html;image=images/puceMenu01.gif;");



aI("text=&nbsp;<b>Fire Rated</b>;url=fire.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Oil/Water Separator</b>;url=water_separator.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Fuel Oil Tanks</b>;url=fuel_oil_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Used Oil Tanks</b>;url=used_fuel_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Vertical Tanks</b>;url=vertical_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Horizontal Tanks</b>;url=horizontal_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Bench Tanks</b>;url=bench_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Dike Tanks</b>;url=dike_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Utility Tanks</b>;url=utility_tanks.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Utility Pumps</b>;url=utility_pumps.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>Island Forms</b>;url=island_forms.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>About Us</b>;url=about_us.html;image=images/puceMenu01.gif;");
aI("text=&nbsp;<b>The Environment</b>;url=environment.html;image=images/puceMenu01.gif;");


aI("text=&nbsp;<b>Contact Us</b>;url=contact_us.html;image=images/puceMenu01.gif;");

}


drawMenus();


