


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=5               // Only needed for Netscape 4.x
_scrollDelay=0              // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#F80600";
oncolor="#FFFFFF";
offbgcolor="#C0C0C0";
offcolor="#000000";
bgimage="bg3.gif";
bordercolor="#404040";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="1";
padding=6;
fontsize="80%";
fontstyle="bold";
menubgimage="background.gif";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
alwaysvisible=1;
menuwidth="100%";
menualign="center";
orientation="horizontal";
position="relative";
aI("text=Home;url=index_uk.htm;status=Back To Home Page;bgimage=background.gif;");
aI("text=Company profile;showmenu=Company profile;bgimage=background.gif;");
aI("text=Bitumen Handling Equipment;showmenu=bitumen;bgimage=background.gif;");
aI("text=Concrete Slipform Pavers;showmenu=concrete;bgimage=background.gif;");
}

with(milonic=new menuname("Company profile")){
style=menuStyle;
overflow="scroll";
aI("text=Profile;url=profile_uk.html;bgimage=background.gif;");
aI("text=Feedback - Contacts;url=feedback_uk.html;bgimage=background.gif;");
aI("text=Privacy Statement;url=privacy_uk.html;bgimage=background.gif;");
}



with(milonic=new menuname("bitumen")){
style=menuStyle;
aI("text=Thermal oil heaters and tanks;url=thermal_uk.html;showmenu=thermal;bgimage=background.gif;");
aI("text=Spraying tank;url=spraying_uk_01.html;showmenu=spraying;bgimage=background.gif;");
aI("text=Emulsion production plants;url=emulsion_01_uk.html;showmenu=emulsion;bgimage=background.gif;");
aI("text=Modified bitumen plants;url=modified_01_uk.html;showmenu=modified;bgimage=background.gif;");
}


with(milonic=new menuname("concrete")){
style=menuStyle;
aI("text=Canal construction machines;url=canal_01_uk.html;bgimage=background.gif;");
aI("text=Concrete full-width slipform pavers;url=concrete_01_uk.html;bgimage=background.gif;");
aI("text=Trimmer - Slipform pavers;url=trimmer_01_uk.html;bgimage=background.gif;");
aI("text=Other equipments;url=other_01_uk.html;bgimage=background.gif;");
}



with(milonic=new menuname("thermal")){
style=menuStyle;
aI("text=Thermal oil heaters and tanks;url=thermal_uk.html;bgimage=background.gif;");
aI("text=Horizontal storage tanks;url=thermal_uk_02.html;bgimage=background.gif;");
aI("text=Vertical storage tanks;url=thermal_uk_03.html;bgimage=background.gif;");
aI("text=Accessories and optionals;url=thermal_uk_04.html;bgimage=background.gif;");
aI("text=Accessories and optionals 2;url=thermal_uk_05.html;bgimage=background.gif;");
}


with(milonic=new menuname("spraying")){
style=menuStyle;
aI("text=Spraying tanks for emulsion and cut-back;url=spraying_uk_01.html;bgimage=background.gif;");
aI("text= Spraying for pure bitumen or polymer modified bitumen;url=spraying_uk_02.html;bgimage=background.gif;");
aI("text=Extensible bar sprayers;url=spraying_uk_03.html;bgimage=background.gif;");
aI("text=Spraying tank Optionals;url=spraying_uk_04.html;bgimage=background.gif;");
}

with(milonic=new menuname("emulsion")){
style=menuStyle;
aI("text=Skid mounted emulsion plants;url=emulsion_01_uk.html;bgimage=background.gif;");
aI("text=Containerised emulsion plants;url=emulsion_02_uk.html;bgimage=background.gif;");
aI("text=From complete factory to the small components;url=emulsion_03_uk.html;bgimage=background.gif;");
aI("text=Accesories and optionals;url=emulsion_04_uk.html;bgimage=background.gif;");
}


with(milonic=new menuname("modified")){
style=menuStyle;
aI("text=Continuous production plants;url=modified_01_uk.html;bgimage=background.gif;");
aI("text=Stationary batch production plants;url=modified_02_uk.html;bgimage=background.gif;");
aI("text=Mobile batch production plants;url=modified_03_uk.html;bgimage=background.gif;");
aI("text=Mill for modified bitumen;url=modified_04_uk.html;bgimage=background.gif;");
aI("text=Automation and optionals;url=modified_05_uk.html;bgimage=background.gif;");
}


with(milonic=new menuname("Prodotti")){
style=menuStyle;
aI("text=Categoria 1;url=1.htm;bgimage=background.gif;");
aI("text=Categoria 2;url=1.htm;bgimage=background.gif;");
aI("text=Categoria 3;url=1.htm;bgimage=background.gif;");
aI("text=Categoria 4;url=1.htm;bgimage=background.gif;");
aI("text=Categoria 5;url=1.htm;bgimage=background.gif;");
}




drawMenus();

