/* --- menu items --- */
var MENU_ITEMS = [
	['Essentials ', '/',
		['Home', '/'],
		['About Dr. Jones M.D. ', '/about.html'],
		['Payment', '/payment.html'],
		['Site Map', '/sitemap.html'],
	],
	['Services ', '/jones-technique.html',
		['The Jones Technique', '/jones-technique.html'],
		['PRP Treatment', '/platelet-rich-plasma.html'],
		['Genetic Hair Loss Test', '/genetic-hair-loss-test.html'],
		['Ultrafine Grafting', '/ultrafine-grafting-technique.html'],
		['Scar Repair', '/scar-repair.html'],
		['Trichophytic Closure', '/trichophytic.html'],
		['Hair Transplant Training', '/hair-doctor-training.html'],
		['Celebrity Hair Consultation', '/celebrity.html'],
		['Eyebrow & Eyelash Transplants', '/eyelash-transplant.html'],
		['Surgical Hair Replacement', '/hair_replacement.html'],
	],
	['Photo Albums', '/photo-album.html',
		['Hair Transplant Photos', '/photo-album.html'],
		['Instant Hair Photos', '/photo-album2.html'],
		['Featured Patient', '/video-pr6.html'],
	],
	['Hair Products', '/shop.html',
		['Hair Loss Products', '/shop.html'],
		['Login', '/shop.html'],
		['Hair Replacement Book', '/book.php'],
		['Instant Hair Thickening Fibers', '/instant-hair.html'],
	],
	['Patient Blogs', '/blogs-main.html',
		['Don Stewart', '/blog13.html'],
		['Dr. Jones', '/blog.html'],
		['Mike', '/blog1.html'],
		['James', '/blog3.html'],
		['Paul', '/blog4.html'],
		['Ben', '/blog7.html'],
		['John', '/blog8.html'],
		['Norman', '/blog9.html'],
		['Nick', '/blog10.html'],
		['Liam', '/blog11.html'],
	],
	['Resources', '/resources.html',
		['Videos', '/videos.html'],
		['Newsletter', '/resources.html'],
		['About Hair Loss', '/about-hair-loss.html'],
		['Female Hair Loss', '/femaleloss.html'],
		['Hair Loss Blog', '/questions/'],
		['Press', '/press.html'],
		['Treatment Methods', '/treatment.html'],
		['Articles', '/articles.html'],
		['FAQ', '/faq.html'],
		['Price Comparison', '/comparison.html'],
		['Links', '/links.html'],
		['Twitter', '/twitter.html'],
	],
	['Contact', '/contact.html',
		['Out-of-Area Patients', '/contact.html'],
		['Contact Methods', '/contact.html#c1'],
		['Road Map', '/road-map.html'],
		['E-mail', '/email.html'],
		['Request a Consultation', '/consultation.html'],
		['Photo Consultation', '/consultation-photo.html'],
	],
];

