// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home', 'index.php?itkw=breast%20augmentation%20-%20home&cmp=3601'],
	['Breast Implants', null, null,
		['Implant Basics', 'breastAugmentation_ImplantBasics.php?itkw=implant%20basics&cmp=3601'],
		['History &amp; the FDA', 'breastAugmentation_history.php?itkw=history%20&%20the%20fda&cmp=3601'],
		['Size &amp; Shape Options','breastAugmentation_shapeOptions.php?itkw=size%20&%20shape%20options&cmp=3601'],
		['Implant Incision  Locations', 'breastAugmentation_incision.php?itkw=implant%20incision%20locations&cmp=3601'],
		['Implant Placement Options', 'breastAugmentation_Placement.php?itkw=implant%20placement%20option&cmp=3601'],
		['Implant Types', 'breastAugmentation_Types.php?itkw=implant%20types&cmp=3601'],
		['Warnings &amp; Risks', 'breastAugmentation_Warnings.php?itkw=warnings%20&%20risks&cmp=3601'],
		['Pre &amp; Post Surgery Tips', 'breastAugmentation_PreAndPost.php?itkw=pre%20&%20post%20surgery%20tips&cmp=3601'],
		['Before &amp; After Pictures','breastAugmentation_before.php?itkw=before%20&%20after%20pictures&cmp=3601']
	],
	['Other Surgical Options','breastaugmentation_Other.php?itkw=other%20surgical%20options&cmp=3601'],
	['Costs', 'breastAugmentation_Costs.php?itkw=costs&cmp=3601'],
	['Find a Surgeon' , 'breastAugmentation_Surgeon.php?itkw=find%20a%20surgeon&cmp=3601'],
	['Non-Surgical Options','breastAugmentation_nonSurgical.php?itkw=non-surgical%20options&cmp=3601'],
	['Videos &amp; Blogs', 'breastAugmentation_blogs.php?itkw=videos%20&%20blogs&cmp=3601', null,
	 	['Videos', 'breastAugmentation_blogs.php?itkw=videos%20&%20blogs&cmp=3601'],
	 	['News &amp; Case Studies ', 'breastAugmentation_News.php?itkw=news%20&%20case%20studies&cmp=3601']
	],
	['FAQ', 'breastAugmentation_faq.php?itkw=faq&cmp=3601']
	
	
];

