_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#009900";
offbgcolor="#009900";
oncolor="#01009A";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="100";
itemheight="21";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Our Vision;url=Vision_Purpose_Mission.asp;status=Our Vision;");
aI("text=Our Core Values;url=Core_Values.asp;status=Our Core Values;");
aI("text=Mobility Matters;url=Mobility_Matters.asp;status=Mobility Matters;");
aI("text=Newsletters;url=newsletters.asp;status=Newsletters;");
aI("text=Testimonials;url=Testimonials.asp;status=Testimonials;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=Equipment Hire;url=HireRates.asp;status=Equipment Hire;");
aI("text=Grants and Allowances;url=Grants_and_allowances.asp;status=Grants and Allowances;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Location Map;url=Location_Map.asp;status=Location Map;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=Mobility Scooters;url=mobilityScooter.asp;showmenu=77;status=Mobility Scooters;");
aI("text=Powered Wheelchairs;url=PoweredWheelchairs.asp;status=Powered Wheelchairs;");
aI("text=Manual Wheelchairs;url=manualWheelsChair.asp;status=Manual Wheelchairs;");
aI("text=Stand up Powered Chair;url=Multi_positional_powered_chair.asp;status=Stand up Powered Chair;");
aI("text=Walking Aids;url=WalkingAids.asp;status=Walking Aids;");
aI("text=Massage Chairs;url=Massage_Chairs.asp;status=Massage Chairs;");
aI("text=Patient Lifting Hoist;url=PatientLiftingHoist.asp;status=Patient Lifting Hoist;");
aI("text=Profiling Beds;url=ProfilingBeds.asp;status=Profiling Beds;");
aI("text=Bathlift Seat;url=BathLiftSeat.asp;status=Bathlift Seat;");
aI("text=Riser Recliner Armchairs;url=RiserReclinerArmchair.asp;showmenu=81;status=Riser Recliner Armchairs;");
aI("text=High Back Armchairs;url=hIGHbACKarmchairs.asp;status=High Back Armchairs;");
aI("text=Stairlifts;url=Stairlift.asp;status=Stairlifts;");
aI("text=Golf;url=golf.asp;status=Golf;");
aI("text=Ramps;url=Ramps.asp;status=Ramps;");
aI("text=Accessories;url=Accessories.asp;status=Accessories;");
aI("text=Footwear and Footcare;url=Footwear_Footcare.asp;status=Footwear and Footcare;");
aI("text=Circulation;url=Circulation_main.asp;status=Circulation;");
}

with(sat=new menuname("77")){
style=menuStyle;
aI("text=Compact;url=compactmobilityscooters.asp;status=Compact;");
aI("text=Medium;url=MediumMobilityScooters.asp;status=Medium;");
aI("text=Large;url=LargeMobilityScooters.asp;status=Large;");
aI("text=Luggie Scooter;url=LuggieScooter.asp;status=Luggie Scooter;");
}

with(sat=new menuname("81")){
style=menuStyle;
aI("text=Denver;url=Denver_Riser_Recliner.asp;status=Denver;");
aI("text=Seattle;url=Seattle_Riser_Recliner.asp;status=Seattle;");
aI("text=Chicago;url=Chicago_Riser_Recliner.asp;status=Chicago;");
}

drawMenus();


