var MENU_ITEMS = [
	['<span style="color: yellow";>Home</span>', 'main.html', null],
	['<span style="color: white";>About Us</span>', null, null,
			['Our History', 'aboutus.html', null,],
			['ISO Certified Quality System', 'iso.html', null,]
	],
	['<span style="color: white";>Products</span>', null, null,
		['Selection Guide', 'selection_guide.html', null],
		['1000 Series Full Body Panels', 'home_phototherapy_panel_1.html', null],
		['500 Series Hand/Foot & Spot', 'home_phototherapy_lamp_1.html', null],
		['100 Series Small Spot & Scalp', '100_products1.html', null],
		['Home Phototherapy Warranty', 'warranty2.html', null],
		['UV Replacement Bulbs', 'phototherapy_bulbs.html', null],
		['UV Eyewear', 'phototherapy_eyewear.html', null],
		['Used Equipment & Special Offers', 'specials.html', null],
		['Phototherapy Calendars', 'phototherapy-calendar.html', null],
		['550UVB-NB-CR Clinic Rated', '550cr_clinic_rated.html', null]
	], 
	['<span style="color: white";>Pricing</span>', null, null,
		['1000 Series Full Body Panels', 'pricing.html', null],
		['500 Series Hand/Foot & Spot Treatment', '500_pricing.html', null],
		['100 Series Small Spot & Scalp', '100_pricing.html', null],
		['Rental-Purchase Program', 'rental-purchase.html', null],
		['UV Replacement Bulbs', 'phototherapy_bulbs.html', null],
		['UV Eyewear', 'phototherapy_eyewear.html', null],
		['Used Equipment & Special Offers', 'specials.html', null]
	],
	['<span style="color: white";>Ordering</span>', null, null,
		['SolRx Home Units', 'order_home_ph.html', null],
		['Tips for Insurance', 'insurancetips.html', null],
		['Rental-Purchase Program', 'rental-purchase.html', null],
		['Hospitals & Clinics', 'order_clinics.html', null],
		['International', 'order_intl.html', null],
		['Distributors', 'order_dist.html', null],
		['Order Forms & Download Center', 'downloads.html', null]
	],
	['<span style="color: white";>Information</span>', null, null,
		['Download Centre', 'downloads.html', null],
		['Frequently Asked Questions', 'faq.html', null],
		['Understanding Narrowband UVB', 'narrowband_uvb.html', null],
		['Home Phototherapy Study', 'are_narrowband_uvb_home_units_viable.html', null],
		['Prescriptions', 'prescriptions.html', null,],
		['Medical Expense Tax Credit', 'metc.html', null],
		['Testimonials Vol. 1', 'testimonials.html', null],
		['Testimonials Vol. 2', 'testimonials_vol2.html', null], 
		['Regulatory Info', 'regulatory.html', null,],
		['Links', 'links.html', null],
		['Site Map', 'site_map.html', null]
	],
	
	['<span style="color: white";>Contact Us</span>','contactus.html', null],
	['<span style="color: yellow";>USA SITE</span>', 'us_main.html', null]
	
	
];
