


_menuCloseDelay=200           // 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=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=120;
left=10;
alwaysvisible=1;
followscroll="1";
aI("text=Home;url=home.htm;status=Home;image=images/home.gif;");
aI("text=Product info;showmenu=Products;url=product_index.htm");
aI("text=Profile;url=profile.htm");
aI("text=Worldwide;url=worldwide.htm");
aI("text=Downloads;showmenu=Downloads;");
aI("text=Find us;url=location400km.htm");
aI("text=Contact;url=contact.htm");
}

with(milonic=new menuname("Products")){
style=menuStyle;
//overflow="scroll";
aI("text=Push-Pull HP Cables;status=Push-Pull HP Cables;url=prod1.htm;");
aI("text=Universal HP Cables;status=Universal HP Cables;url=prod2.htm;");
aI("text=Quick Disconnect HP Cables;status=Quick Disconnect HP Cables;url=prod3.htm;");
aI("text=Tension HP Cables;status=Tension HP Cables;url=prod4.htm;");
aI("text=PTO Cables;status=PTO Cables;url=prod5.htm;");
aI("text=RVO Cables;status=RVO Cables;url=prod6.htm;");
aI("text=RVC Cables;status=RVC Cables;url=prod7.htm;");
aI("text=Special Valve Control Cables;status=Special Valve Control Cables;url=prod8.htm;");
aI("text=Speedo &amp; Tacho Cables;status=Speedo & Tacho Cables;url=speedo.htm;");
aI("text=Shifters;status=Shifters;url=shifters.htm;showmenu=Shifters;");
aI("text=Modulators;status=Modulators;url=modulators.htm;");
aI("text=Hardware;status=Hardware;url=hardware.htm;");
//aI("text=Hardware;status=Hardware;url=hardware.htm;showmenu=Hardware;");
}

with(milonic=new menuname("Shifters")){
style=menuStyle;
aI("text=Shifters;url=shifters.htm;");
aI("text=Compatible Transmissions;url=transmissions.htm;");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Cable catalogue (PDF, 7.5mb);url=downloads/CableTecCablesCatalogue2004.pdf;image=images/acrobat.gif;");
aI("text=Shifter catalogue (PDF, 1.2mb);url=downloads/CableTecShifterCatalogue2004.pdf;image=images/acrobat.gif;");
aI("text=Adobe Acrobat Reader;showmenu=Adobe;");
}

with(milonic=new menuname("Adobe")){
style=menuStyle;
aI("image=images/get_adobe_reader.gif;url=http://www.adobe.com/products/acrobat/readermain.html;target=_blank;");
}


drawMenus();

