/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS0 = [

	['Home', 'http://www.interventionspecialists.org/', {'sw':70}, ],

	['Our History', '/history', null, 
		['I.S. History ', '/history',null],
		['I.S. Mission', '/mission',null],
		['I.S. Recovery Team', '/team',null],
		['Contact Us', '/contact',null],
	],

	['Our Work', '/stats', null, 
		['I.S. Stats', '/stats',null],
		['I.S. AfterCare', '/aftercare',null],
		['Intervention Facts', '/intfacts', null, ],
	],

	['Treatment', '/treatmentopt', null,  
		['Treatment Options', '/treatmentopt',null],
		['Recovery Statistics', '/recovstat',null],
		['Addiction Links', '/links', null, ],	
	],

	['Addiction Info', '/addictioninfo', {'sw':130},
		['Alcohol', '/infoalcohol', null, ],	
		['Cocaine', '/infococaine', null, ],	
		['Prescription Meds', '/infoprescript', null, ],	
		['Pot', '/infopot', null, ],	
		['Crack', '/infocrack', null, ],	
		['Ecstasy', '/infoecstasy', null, ],	
		['Meth', '/infometh', null, ],	
		['OxyContin', '/infooxycontin', null, ],	
		['Vicodin', '/infovicodin', null, ],	
		['Club Drugs', '/infoclubdrugs', null, ],	
		['Xanax', '/infoxanax', null, ],	
		['Hydrocodone', '/infohydrocodone', null, ],	
		['Gambling', '/infogambling', null, ],	
		['Cutting', '/infocutting', null, ],	
		['Food', '/infofood', null, ],	
		['HIV+ Issues', '/infohiv', null, ],	
	],

	['Brad\'s Blog', '/blog', {'sw':150}, ],

/*	['Instant Callback', '/callback', null, ], */

];

