/*
  --- 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_ITEMS = [
	['<img src="/images/navigation/center/aboutus.gif" width="140" height="30" border="0">', null, {'sb' : 'About Us'},
		['General Information', '/aboutus.php', {'sb' : 'About Us - General Information'},
		],
		['Directions', '/directions.php', {'sb' : 'About Us - Directions'},
		],
	],
	['<img src="/images/navigation/center/services.gif" width="140" height="30" border="0">', null, {'sb' : 'Services'},
		['Adults', '/adults.php', {'sb' : 'Services - Adults'},
		],
		['Child/Adolescent', '/childadolescent.php', {'sb' : 'Services - Child/Adolescent'},
		],
		['Group', '/group.php', {'sb' : 'Services - Group'},
		],
		['Assessment Center', '/addld.php', {'sb' : 'Services - Assessment Center'},
		],		
	],
	['<img src="/images/navigation/center/ourstaff.gif" width="140" height="30" border="0">', null, {'sb' : 'Our Staff'},
		['David D. Brunette, M.D.', '/dbrunettemd.php', {'sb' : 'Our Staff - David D. Brunette, M.D.'},
		],
		['Mel R. Eldridge, Ph.D.', '/meldridgephd.php', {'sb' : 'Our Staff - Mel R. Eldridge, Ph.D.'},
		],
		['Milton S. Grisham, Ph.D.', '/mgrishamphd.php', {'sb' : 'Our Staff - Milton S. Grisham, Ph.D.'},
		],
		['Melissa Herring, Ph.D.', '/mherringphd.php', {'sb' : 'Our Staff - Melissa Herring, Ph.D.'},
		],
		['Sharlene J. Hutchinson, R.N. C.S.', '/shutchinsonrncs.php', {'sb' : 'Our Staff - Sharlene J. Hutchinson, R.N. C.S.'},
		],
		['Warren H. Kaplan, Ph.D., C.G.P.', '/wkaplanphdcgp.php', {'sb' : 'Our Staff - Warren H. Kaplan, Ph.D., C.G.P.'},
		],
		['Amy Kaplan, Ph.D.', '/akaplanphd.php', {'sb' : 'Our Staff - Amy Kaplan, Ph.D.'},
		],
		['Susan R. Rudnicki, Ph.D. LLC', '/srudnickiphdllc.php', {'sb' : 'Our Staff - Susan R. Rudnicki, Ph.D. LLC'},
		],
		['Coralie R. Scherer, Ph.D.', '/cschererphd.php', {'sb' : 'Our Staff - Coralie R. Scherer, Ph.D.'},
		],
	],
	['<img src="/images/navigation/center/resources.gif" width="140" height="30" border="0">', null, {'sb' : 'Resources'},
		['Downloadable Forms', '/forms.php', {'sb' : 'Resources - Downloadable Forms'},
		],
		['FAQ', '/faq.php', {'sb' : 'Resources - FAQ'},
		],
		['Web Links', '/links.php', {'sb' : 'Resources - Web Links'},
		],
	],
	['<img src="/images/navigation/center/policies.gif" width="140" height="30" border="0">', null, {'sb' : 'Policies'},
		['Confidentiality', '/confidentiality.php', {'sb' : 'Policies - Confidentiality'},
		],
		['Payment', '/payment.php', {'sb' : 'Policies - Payment'},
		],
		['Cancellation', '/cancellation.php', {'sb' : 'Policies - Cancellation'},
		],
		['Privacy', '/policies.php', {'sb' : 'Policies - Privacy'},
		],
		['Website Usage', '/websiteusage.php', {'sb' : 'Policies - Website Usage'},
		],	
	],
];


