/* BEGIN DO NOT EDIT SECTION */
createMenuTop();

// NOTE: Menus can go 5 levels deep.
//
// Syntax:
//    leftnav[level] = { text:'Link Text', url:'/path/to/link/'};
//
var leftnav = new Array();
/* END DO NOT EDIT SECTION */

leftnav[0] = {text:'Home', url:'/neurosurgery/cerebrovascular/'};
leftnav[1] = {text:'Conditions We Treat', url:'/neurosurgery/cerebrovascular/conditions/'};
	leftnav[1][0] = {text:'Overview', url:'/neurosurgery/cerebrovascular/conditions/overview.html'};
	leftnav[1][1] = {text:'Brain Aneurysms', url:'/neurosurgery/cerebrovascular/conditions/brain/'};
		leftnav[1][1][0] = {text:'About Brain Aneurysms', url:'/neurosurgery/cerebrovascular/conditions/brain/about.html'};
		leftnav[1][1][1] = {text:'Imaging Aneurysms', url:'/neurosurgery/cerebrovascular/conditions/brain/imaging.html'};
		leftnav[1][1][2] = {text:'Associated Conditions', url:'/neurosurgery/cerebrovascular/conditions/brain/conditions.html'};
		leftnav[1][1][3] = {text:'Treatment Overview', url:'/neurosurgery/cerebrovascular/conditions/brain/treatment.html'};
		leftnav[1][1][4] = {text:'Methods of Treatment', url:'/neurosurgery/cerebrovascular/conditions/brain/methods.html'};
	leftnav[1][2] = {text:'Giant Brain Aneurysms', url:'/neurosurgery/cerebrovascular/conditions/giant/'};
		leftnav[1][2][0] = {text:'Evaluation', url:'/neurosurgery/cerebrovascular/conditions/giant/evaluation.html'};
		leftnav[1][2][1] = {text:'Treatment', url:'/neurosurgery/cerebrovascular/conditions/giant/treatment.html'};
		leftnav[1][2][2] = {text:'Anterior Circulation Aneurysms', url:'/neurosurgery/cerebrovascular/conditions/giant/anterior.html'};
		leftnav[1][2][3] = {text:'Posterior Circulation Aneurysms', url:'/neurosurgery/cerebrovascular/conditions/giant/posterior.html'};
		leftnav[1][2][4] = {text:'Additional Information', url:'/neurosurgery/cerebrovascular/conditions/giant/info.html'};
		leftnav[1][2][5] = {text:'Bypass', url:'/neurosurgery/cerebrovascular/conditions/giant/bypass.html'};
		leftnav[1][2][6] = {text:'Flow Diversion', url:'/neurosurgery/cerebrovascular/conditions/giant/flow.html'};
		leftnav[1][2][7] = {text:'Endovascular Techniques', url:'/neurosurgery/cerebrovascular/conditions/giant/techniques.html'};
		leftnav[1][2][8] = {text:'Outcomes', url:'/neurosurgery/cerebrovascular/conditions/giant/outcomes.html'};
	leftnav[1][3] = {text:'Brain Vascular Malformations', url:'/neurosurgery/cerebrovascular/conditions/bvm/'};
		leftnav[1][3][0] = {text:'About BVMs', url:'/neurosurgery/cerebrovascular/conditions/bvm/about.html'};
		leftnav[1][3][1] = {text:'Treatment Overview', url:'/neurosurgery/cerebrovascular/conditions/bvm/treatment.html'};
		leftnav[1][3][2] = {text:'Associated Conditions', url:'/neurosurgery/cerebrovascular/conditions/bvm/conditions.html'};
		leftnav[1][3][3] = {text:'Methods of Treatment', url:'/neurosurgery/cerebrovascular/conditions/bvm/methods.html'};
		leftnav[1][3][4] = {text:'Outcomes', url:'/neurosurgery/cerebrovascular/conditions/bvm/outcomes.html'};
	leftnav[1][4] = {text:'Cavernomas', url:'/neurosurgery/cerebrovascular/conditions/cavernomas/'};
		leftnav[1][4][0] = {text:'About Cavernomas', url:'/neurosurgery/cerebrovascular/conditions/cavernomas/about.html'};
		leftnav[1][4][1] = {text:'Treatment', url:'/neurosurgery/cerebrovascular/conditions/cavernomas/treatment.html'};
leftnav[2] = {text:'Surgical Specialists', url:'/neurosurgery/cerebrovascular/surgical_specialists/'};
leftnav[3] = {text:'Technologies and Techniques', url:'/neurosurgery/cerebrovascular/technologies/'};
leftnav[4] = {text:'Cerebrovascular Conference', url:'/neurosurgery/cerebrovascular/conference.html'};
leftnav[5] = {text:'Recommended Websites', url:'/neurosurgery/cerebrovascular/recommended.html'};



/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */

				
					
							