/* - - - - - - - - - - - - - - - - - - - - - - -
 JavaScript
 Sunday, February 26, 2006 4:01:20 AM
 HAPedit 3.1.11.111
 - - - - - - - - - - - - - - - - - - - - - - - */
/* Tigra Menu items structure */
var MENU_ITEMS = [
  ['Home', '/index.php'],
  ['Buy Domains', '/buy-domains.php'],
  ['Sell Domains', '/sell-domains.php'],
  ['Domain Services', '/domain-services.php', null,
    ['Domain Appraisals', '/domain-name-appraisal.php'],
    ['Featured Listings', '/feature-domains.php'],
    ['Escrow Service', '/domain-escrow.php'],
    ['Domain Registration', '/domain-registration.php'],
    ['Domain Hosting', '/domain-hosting.php'],
    ['WHO-IS search', '/who-is-domain.php']
  ],
  ['Resources','/resources.php', null,
    ['Domain News', '/domain-news.php'],
    ['Domain FAQ', '/faq.php'],
    ['Link Exchange', '/link-exchange.php']
  ],
  ['My Account', '/members/members.php', null,
    ['My Domain Listings', '/members/members.php'],
    ['My Domain Offers', '/members/dmnoffers.php'],
    ['Add a Domain', '/members/adddomain.php'],
    ['Add Bulk Domains', '/members/addbulkdmns.php'],
    ['Change Password', '/members/chpasswd.php'],
    ['Edit Contact Info', '/members/chcontact.php']
  ],
  ['About Us', '/about-us.php', null,
    ['Privacy Policy', '/privacy-policy.php'],
    ['User Agreement', '/user-agreement.php'],
    ['Our Vision', '/our-vision.php'],
    ['Company Overview', '/company-overview.php']
  ],
  ['Contact Us', '/contact.php']
];
