
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home Page ','index.php'],
	['About Us ','about.php',null,
	['John V. Prunskis, M.D. FIPP','about.php#John'],
	['Terri Dallas-Prunskis, M.D.','about.php#Terri'],
	['Andrew J. Yu, M.D.','about.php#Yu'],
	['Shingo M. Yano, M.D.','about.php#Shingo']],
	['Conditions','conditionstreated.php',null],
	['Procedures','procedures.php',null,
	['Percutaneous Discectomy','procedures.php#Perc'],
	['Vertebroplasty','procedures.php#Vert'],
	['Spinal cord stimulation','procedures.php#Spin'],
	['Intrathecal pump therapy','procedures.php#Intra'],
	['Radiofrequency Lesioning','procedures.php#Radio'],
	['Epidural injections','procedures.php#Epidural_'],
	['Selective nerve root blocks ','procedures.php#Selective_'],
	['Facet blocks','procedures.php#Facet_'],
	['Discography ','procedures.php#Discography_'],
	['Intercostal Nerve blocks','procedures.php#Intercostal_'],
	['Sympathetic nerve blocks','procedures.php#Sympathetic_'],
	['Sacro-illiac and other joint injections','procedures.php#Sacroiliac_'],
	['Intra-discal thermal therapy ','procedures.php#IntraDiscal_'],
	['Racz Epidural neurolitic procedure','procedures.php#Racz_']],
	['Newsletter ','newsletter.php',null,
	['Autumn 2008','newsletter/ipi_autumn2008_newsletter.pdf'],
	['Summer 2008','newsletter/ipi_summer2008_newsletter.pdf'],
	['Spring 2008','newsletter/ipi_spring2008_newsletter.pdf'],
	['Subscribe - newsletter','subscribe.html']],
	['Locations','locations.php',null,
	['Elgin','locations.php#Elgin'],
	['Barrington','locations.php#Barrington'],
	['McHenry','locations.php#McHenry'],
	['Elk Grove Village','locations.php#Elk'],
	['Woodstock','locations.php#Woodstock']],
	['Careers','careers.php'],
	['Contact Us','contact.php'],
	['In the News','news.php',null,
	['Chicagos Top Doctors','topdoctors.php'],
	['Disease Management','news/cbpainmedicine.pdf',{'tw' :'_blank'}],
	['Treating Chronic Pain','news/mchenry.pdf',{'tw' :'_blank'}]],
	['New Patients','newpatients.php'],
	['Workers compensation','workers.php']
];
	