
/* --- 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'],
	['Vik Dugar, M.D.','about.php#Vik_']],
	['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,
	['Spring 2007','newsletter/ipi_spring2007_newsletter.pdf'],
	['Winter 2007','newsletter/ipi_winter2007_newsletter.pdf'],
	['Fall 2006','newsletter/ipi_autumn2006_newsletter.pdf']],
	['Locations','locations.php',null,
	['Elgin','locations.php#Elgin'],
	['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,
	['Chicago's Top Doctors 2007','topdoctors.php'],
	['Disease Management','news/cbpainmedicine.pdf',{'tw' :'_blank'}],
	['Treating Chronic Pain','news/mchenry.pdf',{'tw' :'_blank'}]],
	['New Patients','newpatients.php']
];
	