


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // 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(mainStyle=new mm_style()){
onbgcolor="#0099FF";
oncolor="#ffffff";
offbgcolor="#e7e7e7";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=0;
fontsize="10";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#adadad";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle=new mm_style()){
onbgcolor="#0099FF";
oncolor="#ffffff";
offbgcolor="#e7e7e7";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="normal";
fontweight="bolder";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#adadad";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=0, Strength=0)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=118;
left=0;
alwaysvisible=1;
orientation="horizontal";

aI("image=images/home.jpg;overimage=images/home_hl.jpg;url=http://www.synerject.com;");
aI("showmenu=Company;image=images/company.jpg;overimage=images/company_hl.jpg;");
aI("showmenu=Products;image=images/products.jpg;overimage=images/products_hl.jpg;url=products.html");
aI("showmenu=Services;image=images/services.jpg;overimage=images/services_hl.jpg;url=services.html");
aI("showmenu=Links;image=images/links.jpg;overimage=images/links_hl.jpg;");
aI("image=images/contact.jpg;overimage=images/contact_hl.jpg;url=contacts.html");
}

with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=Locations;url=locations.html;image=images/bullet.gif;");
aI("text=History;url=history.html;image=images/bullet.gif;");
aI("text=Organization&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=organization.html;image=images/bullet.gif;");
aI("text=Quality;url=quality.html;image=images/bullet.gif;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Engine Management Systems;showmenu=EMS;url=systems.html;image=images/bullet.gif;");
aI("text=Modules;url=modules.html;image=images/bullet.gif;");
aI("text=Components;showmenu=components;url=components.html;image=images/bullet.gif;");
}

with(milonic=new menuname("EMS")){
style=menuStyle;
aI("text=Direct Injection;url=di.html;image=images/bullet.gif;");
aI("text=Port Injection;url=pi.html;image=images/bullet.gif;");
}

with(milonic=new menuname("components")){
style=menuStyle;
aI("text=Air Injectors;url=airinjectors.html;image=images/bullet.gif;");
aI("text=ECUs;url=ecus.html;image=images/bullet.gif;");
aI("text=Fuel Injectors;showmenu=Fuelinjectors;url=fuelinjectors.html;image=images/bullet.gif;");
aI("text=Ignition Coils;url=coils.html;image=images/bullet.gif;");
aI("text=Oil Pumps;url=oilpumps.html;image=images/bullet.gif;");
aI("text=Regulators & Dampers;url=regulators.html;image=images/bullet.gif;");
aI("text=Sensors;url=sensors.html;image=images/bullet.gif;");
aI("text=Throttle Bodies;url=components2.html;image=images/bullet.gif;");
}

with(milonic=new menuname("Fuelinjectors")){
style=menuStyle;
aI("text=Deka II;url=fuelinjectors-deka2.html;image=images/bullet.gif;");
aI("text=Deka IV;url=fuelinjectors-deka4.html;image=images/bullet.gif;");
aI("text=Deka ID;url=fuelinjectors-dekaid.html;image=images/bullet.gif;");
}


with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Mechanical Testing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=testing.html;image=images/bullet.gif;");
aI("text=Manufacturing;url=manufacturing.html;image=images/bullet.gif;");
aI("text=Metrology;url=metrology.html;image=images/bullet.gif;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Parent Companies&nbsp;&nbsp;&nbsp;&nbsp;;url=parents.html;image=images/bullet.gif;");
aI("text=Document Center&nbsp;&nbsp;&nbsp;&nbsp;;url=doccenter.html;image=images/bullet.gif;");
aI("text=Employment&nbsp;&nbsp;&nbsp;&nbsp;;url=employment.html;image=images/bullet.gif;");
}

drawMenus();

