_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=15              // Sub menu top offset
_subOffsetLeft=-15            // 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='#69767F';
oncolor='#ffffff';
offbgcolor='#EEEEEE';
offcolor='#515151';
border='0'; // override
border='0'; // override
border='0'; // override
separatorcolor='#CCCCCC'; // override
separatorsize='1';
padding=5;
fontsize='xx-small'; // override
fontstyle='normal';
fontweight='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='black';
pagebgcolor='#999999'; // override
headercolor='#000000';
headerbgcolor='#ffffff';
subimagepadding='2';
overfilter='Fade(duration=0.2);Alpha(opacity=90)'; // override
outfilter="Fade(duration=0.2)";
}

with(innerStyle=new mm_style()){
onbgcolor='#69767F';
oncolor='#ffffff';
offbgcolor='#EEEEEE';
offcolor='#515151';
bordercolor='#CCCCCC'; // override
borderstyle='solid';
borderwidth=1;
separatorcolor='#CCCCCC'; // override
separatorsize='1';
padding=5;
fontsize='xx-small'; // override
fontstyle='normal';
fontweight='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='black';
pagebgcolor='#999999'; // override
headercolor='#000000';
headerbgcolor='#ffffff';
subimagepadding='2';
overfilter='Fade(duration=0.2);Alpha(opacity=90)'; // override
outfilter="Fade(duration=0.2)";
}

with(milonic=new menuname('Main Menu')){
style=menuStyle;
alwaysvisible=1;
position='relative';
orientation='horizontal';
aI("status=Home;text=Home;url=home-1.html;;");
aI("status=About Us;text=About Us;url=about_us-2.html;;");
aI("status=Quality;text=Quality;url=quality-11.html;;");
aI("status=Plant List;text=Plant List;url=plant_list-3.html;showmenu=menu_3;");
aI("status=Gallery;text=Gallery;url=gallery-12.html;showmenu=menu_12;");
aI("status=Contact Us;text=Contact Us;url=contact_us-10.html;;");
};

with(milonic=new menuname('menu_3')){
style=innerStyle;
overflow='scroll';
aI("status=External Processes;text=External Processes;url=plant_list_external_processes-7.html;;");
};

with(milonic=new menuname('menu_12')){
style=innerStyle;
overflow='scroll';
aI("status=Aircraft Bearing Parts;text=Aircraft Bearing Parts;url=gallery_1_aircraft_bearing_parts-20.html;;");
aI("status=Breathing Apparatus Parts;text=Breathing Apparatus Parts;url=gallery_1_breathing_apparatus_parts-21.html;;");
aI("status=Breathing Apparatus Parts;text=Breathing Apparatus Parts;url=gallery_1_breathing_apparatus_parts-23.html;;");
aI("status=Compressor Parts;text=Compressor Parts;url=gallery_1_compressor_parts-17.html;;");
aI("status=Hydraulic Parts - Matched Spools;text=Hydraulic Parts - Matched Spools;url=gallery_1_hydraulic_parts_matched_spools-18.html;;");
aI("status=Monsanto Laboratory Equipment;text=Monsanto Laboratory Equipment;url=gallery_1_monsanto_laboratory_equipment-24.html;;");
aI("status=Railway Brake Parts;text=Railway Brake Parts;url=gallery_1_railway_brake_parts-13.html;;");
aI("status=Royal Navy Underwater Sonar Part;text=Royal Navy Underwater Sonar Part;url=gallery_1_royal_navy_underwater_sonar_part-16.html;;");
aI("status=Various Parts;text=Various Parts;url=gallery_1_various_parts-19.html;;");
aI("status=Multi-Axis -;text=Multi-Axis -;url=gallery_2_multiaxis-26.html;;");
aI("status=Multi-Axis Turning / Milling;text=Multi-Axis Turning / Milling;url=gallery_2_multiaxis_turning_milling-14.html;;");
aI("status=Conventional Machines;text=Conventional Machines;url=gallery_3_conventional_machines-34.html;;");
aI("status=In Process Inspection;text=In Process Inspection;url=gallery_4_in_process_inspection-31.html;;");
aI("status=Trimos Digital Height Gauge;text=Trimos Digital Height Gauge;url=gallery_4_trimos_digital_height_gauge-32.html;;");
};

