var MENU2_ITEMS = [
   ['Home', 'home.php', {'tw' : '_self'}],
   ['About Us', 'About_Us.php', {'tw' : '_self'}],
   ['Contact Us', 'Contact_Us.php', {'tw' : '_self'}],
   ['Services', 'Services.php', {'tw' : '_self'},
      ['*HAIR REMOVAL', 'hair_removal.php', {'tw' : '_self'}],
      ['*NAIL SERVICE', 'nail_service.php', {'tw' : '_self'}],
      ['MASTER STYLIST HAIR SERVICES', 'Master_Stylist_Hair_Service.php', {'tw' : '_self'}],
      ['STYLIST HAIR SERVICE', 'stylist_hair_service.php', {'tw' : '_self'}]
   ],
   ['Gallery', 'gallery_main.php', {'tw' : '_self'},
      ['SALON PHOTOS', 'Gallery.php', {'tw' : '_self'}],
      ['DOGGIE SHOP PHOTOS', 'gallerypets.php', {'tw' : '_self'}]
   ],
   ['Shopping', '/shoppingcart', {'tw' : '_self'}]
];

