
/* --- menu items --- */
var MENU_ITEMS1 =
[
  ['HOME', rootdir+'index.html', '',

  ],


  ['KSH AUTOMOTIVE', null, '',
            ['About KSH Automotive', rootdir+'about/about.html', '',
          ],
            ['KSH Automotive Team', rootdir+'about/team.html', '',
          ],
            ['Rate Schedule & License Numbers', rootdir+'about/rate.html', '',
          ],
            ['Contact Us', rootdir+'about/contact.html', '',
          ],

  ],

  ['SERVICES', null, '',
            ['Request Service Appointment', rootdir+'service/appointment.html', '',
          ],
            ['Write Review', rootdir+'cgi-bin/rev.cgi?from=0&newf=0', '',
          ],
            ['Promotions and Rates', rootdir+'service/promotions.html', '',
          ],
            ['Find and Ship Tires', rootdir+'service/tires.html', '',
          ],
            ['Pre-Purchase Car Inspection', rootdir+'service/pre-sale.html', '',
          ],
            ['Gift Certificates', rootdir+'service/gift.html', '',
          ],
  ],

  ['GALLERY', null, '',
            ['Our Shop',rootdir+'cgi-bin/gal/egallery.cgi?0&0&1', ''],
            ['Events', null, '',
                  ['2007',rootdir+'cgi-bin/gal/egallery1.cgi?0&0&2&2', ''],
                  ['2006',rootdir+'cgi-bin/gal/egallery1.cgi?0&0&2&1', ''],
            ],

  ],

  ['SEARCH', rootdir+'search/search.html', '',

  ],


];

