/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<font color=red><b>Home</b></font>', 'index.asp'],
	['<font color=red><b>Products</b></font>', null, null,
		['Panels', null, null,
		    ['Aluminum', 'sarasota-Aluminum-hurricane-shutters.asp'],
			['ClearTek Lexan', 'sarasota-ClearTek-panel.asp'],
			//['GE XL-10 Lexan', 'sarasota-clear-hurricane-shutters.asp'],
			['Polycarbonate Flat', 'sarasota-Polycarbonate-hurricane-shutters.asp'],
			['TPS Clear Lexan', 'sarasota-TPS-panel.asp']
		],
		['Shutters', null, null,
			['Accordion', 'sarasota-Accordions.asp'],
			['Bahama & Colonial', 'sarasota-Bahama-hurricane-shutters.asp'],
			['Roll-Down', 'sarasota-roll-down-shutters.asp']
		],
		['Wind Screens', null, null,
		    ['ArmorPanel', 'sarasota-armor-panel.asp'],
		    ['EZ Wind Screen', 'sarasota-wind-EZWindscreens.asp'],
		    ['Hendee Force-12', 'sarasota-wind-screens.asp'],
			['Storm Catcher', 'sarasota-Storm-Catcher-Screen.asp']
		],
		['Sun Control', null, null,
			['Durasol Awnings', 'sarasota-Awnings.asp'],
			['Durasol Solar Screen', 'sarasota-SolarScreen.asp'],
			['Retractable Screening', 'sarasota-RetractableScreening.asp']
		],
		['Impact Windows/Doors', null, null,
			['PGT', 'sarasota-ImpactWindows.asp'],
			['Therma-Tru Doors', 'sarasota-Therma-Tru.asp']
		],
		['Other Protection', null, null,
			['Exeter Barrier', 'sarasota-Exeter.asp'],
			['Foamseal Roof Protection', 'sarasota-foam-seal.asp'],
			['Garage Doors', 'sarasota-GD.asp'],
			['Garage Doors Brace', 'sarasota-GDB.asp'],
			['Kohler Generators', 'sarasota-Kohler.asp'],
			['Master Security Doors', 'sarasota-master-security-doors.asp']
		],
		['Product Information', null, null,
		   ['Brochures', 'Brochures.asp'],
		   ['Engineering', 'NOA.asp'],
		   ['Installed Pictures', 'InstalledPictures.asp', null,
		    ['All Products', 'InstalledPictures.asp'],
		    ['Panels', 'InstalledPictures.asp?sType=Panels'],
		    ['Shutters', 'InstalledPictures.asp?sType=Shutters'],
		    ['Wind Screens', 'InstalledPictures.asp?sType=Wind Screens'],
		    ['PGT', 'InstalledPictures.asp?sType=PGT'],
		    ['Other Products', 'InstalledPictures.asp?sType=Other']
		   ],
		   ['Product Comparison', null, null,
		    ['Lexan', 'pdfs/Lexan Comparison.pdf',{'tw':'_blank'}],
		    ['Wind Screen', 'pdfs/Screen Comparison.pdf',{'tw':'_blank'}]
		   ], 
		   ['Notice of Commencement (NOC)', null, null,
		    ['Charlotte County', 'pdfs/noc/Charlotte County NOC.pdf',{'tw':'_blank'}],
		    ['City of Bradenton', 'pdfs/noc/City of Bradenton NOC.pdf',{'tw':'_blank'}],
		    ['City of North Port', 'pdfs/noc/City of North Port NOC.pdf',{'tw':'_blank'}],
		    ['City of Sarasota', 'pdfs/noc/City of Sarasota NOC.pdf',{'tw':'_blank'}],
            ['Hillsborough County', 'pdfs/noc/Hillsborough County NOC.pdf',{'tw':'_blank'}],
            ['Lee County', 'pdfs/noc/Lee County NOC.pdf',{'tw':'_blank'}],
            ['Manatee County', 'pdfs/noc/Manatee County NOC.pdf',{'tw':'_blank'}],
            ['Hillsborough', 'pdfs/noc/NOC Hillsborough.pdf',{'tw':'_blank'}],
            ['Sarasota County', 'pdfs/noc/Sarasota County NOC.pdf',{'tw':'_blank'}]
		    ] 
		]
	],
	['<font color=red><b>Company</b></font>', null, null,
	    ['Sales Force', 'Storm-Protection-SalesForce.asp'],
		['Showroom', 'Storm-Protection-Showroom.asp'],
		['Clients', 'clients.asp'],
		['Contact Us', 'hurricane-glass-shield-location.asp'],
		['About Us', 'Storm-Protection-About-Us.asp'],
		['Commercial', 'Commerical-Division.asp'],
		['Ask a Pro', 'AskThePro.asp']
	],
	['<font color=red><b>Storm Information</b></font>', null, null,
		['Hurricane News', 'news-update.asp'],
		['Storm Facts', 'storm-facts-potpourri.asp'],
		['Videos', 'StormVideos.asp'],
		['FAQ', 'faq-storm-protection.asp'],
		['Links', 'storm-protection-links.asp']
	]
];
