<!--
  //First hexdec is font color
  //second hexdec is title hover color
  //third hexdec is background color
  //fourth hexdec is rollover background color
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",160,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D9DFF9","#81F5AF");
    fw_menu_0.addMenuItem("- New Cars In Holland","location='holland-new-cars.html'");
	fw_menu_0.addMenuItem("- Rebates & Incentives","location='new-cars.html'");
  fw_menu_0.addMenuItem("- Lincoln-Mercury","location='new-lincoln-mercury-cars.html'");
  fw_menu_0.addMenuItem("- Suzuki","location='new-suzuki-cars.html'");
  fw_menu_0.addMenuItem("- Contact New Car Sales","location='new-car-contact.html'");
  fw_menu_0.hideOnMouseOut=true;
  
  window.fw_menu_1 = new Menu("root",210,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D9DFF9","#81F5AF");
    fw_menu_1.addMenuItem("- Pre-owned Vehicles in Holland","location='pre-owned-vehicles.html'");
	fw_menu_1.addMenuItem("- Manager Pre-owned Specials","location='pre-owned-specials.html'");
  fw_menu_1.addMenuItem("- Auctioned Pre-owned Cars","location='car-auctions.html'");
  fw_menu_1.addMenuItem("- Search Pre-owned Inventory","location='search-pre-owned-inventory.html'");
  fw_menu_1.addMenuItem("- Order Your Pre-owned Vehicle","location='pre-owned-vehicle.html'");
  fw_menu_1.addMenuItem("- Contact Pre-owned Vehicle Sales","location='pre-owned-vehicle-sales.html'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",220,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D9DFF9","#81F5AF");
  fw_menu_2.addMenuItem("- Auto Finance Department","location='auto-finance-dept.html'");
  fw_menu_2.addMenuItem("- Buying vs. Leasing","location='buying-vs-leasing.html'");
  fw_menu_2.addMenuItem("- Auto Payment Estimator","location='auto-payments.html'");
  fw_menu_2.addMenuItem("- Extended Service Plan","location='auto-extended-service.html'");
  fw_menu_2.addMenuItem("- Paint Sealant Protection","location='auto-paint-sealant.html'");
  fw_menu_2.addMenuItem("- Unlimited Ding and Dent Removal","location='car-dent-removal.html'");
  fw_menu_2.addMenuItem("- Online Auto Finance","location='auto-finance.html'");
  fw_menu_2.addMenuItem("- Contact Auto Finance Directly","location='auto-finance-plans.html'");
  fw_menu_2.hideOnMouseOut=true;
  
  window.fw_menu_3 = new Menu("root",220,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D9DFF9","#81F5AF");
	fw_menu_3.addMenuItem("- Holland Auto Service Department","location='holland-auto-service.html'");
	fw_menu_3.addMenuItem("- Auto Service Director","location='holland-auto-service-director.html'");
	fw_menu_3.addMenuItem("- Holland Auto Repair Facility","location='holland-repair-facility.html'");
	fw_menu_3.addMenuItem("- Advanced Auto Repair Equipment","location='auto-repair-equipment.html'");
	fw_menu_3.addMenuItem("- Holland Auto Repair Services","location='holland-auto-repair.html'");
	fw_menu_3.addMenuItem("- Auto Service Special","location='auto-service.html'");
	fw_menu_3.addMenuItem("- Auto Maintenance Schedule","location='holland-car-repair.html'");
	fw_menu_3.addMenuItem("- Holland Auto Detailing","location='holland-auto-detailing.html'");
	fw_menu_3.addMenuItem("- Schedule an Appointment","location='holland-auto-service-appointment.html'");
    fw_menu_3.hideOnMouseOut=true;
  
    window.fw_menu_4 = new Menu("root",165,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D9DFF9","#81F5AF");
 	 	fw_menu_4.addMenuItem("- Auto Parts Department","location='auto-parts-department.html'");
	fw_menu_4.addMenuItem("- Exhaust Systems","location='exhaust-systems.html'");
  	fw_menu_4.addMenuItem("- Custom Wheels","location='custom-wheels.html'");
  	fw_menu_4.addMenuItem("- Tire Selection","location='tire-repair.html'");
  	fw_menu_4.addMenuItem("- Suspension","location='car-suspension.html'");
	fw_menu_4.addMenuItem("- Vortec Superchargers","location='vortec-superchargers.html'");
	fw_menu_4.addMenuItem("- Spoilers","location='car-spoilers.html'");
	fw_menu_4.addMenuItem("- Interior Upgrades","location='auto-interior-upgrades.html'");
	fw_menu_4.addMenuItem("- Contact Parts Manager","location='auto-parts-contact.html'");	
  	fw_menu_4.hideOnMouseOut=true;

  	window.fw_menu_5 = new Menu("root",195,20,"Arial, Helvetica, sans-serif",12,"#000000","#000000","#D9DFF9","#81F5AF");
 	fw_menu_5.addMenuItem("- About The Auto Dealership","location='holland-auto-dealership.html'");
	fw_menu_5.addMenuItem("- Directions to Holland Auto","location='holland-auto-center-directions.html'");
	fw_menu_5.addMenuItem("- Holland Management Team","location='holland-auto-center-management.html'");
  	fw_menu_5.addMenuItem("- Employment Opportunities","location='auto-center-employment.html'");
  	fw_menu_5.addMenuItem("- We Love Our Customers","location='auto-service-testimonials.html'");
	fw_menu_5.addMenuItem("- Business Contact","location='auto-business.html'");	
  	fw_menu_5.hideOnMouseOut=true;

  fw_menu_5.writeMenus();
} // fwLoadMenus()
//-->