var menu_data = {
	products: {
		items: [
			{ title: "Cisco Systems", url: "products-cisco.shtml" },
			{ title: "Juniper Networks", url: "products-juniper.shtml" },
			{ title: "Foundry Networks", url: "products-foundry.shtml" },
			{ title: "Extreme Networks", url: "products-extreme.shtml" },
			{ title: "Redback Networks", url: "products-redback.shtml" }
		]
	},

	/*inventory: {
		/*className: "menu_services",*/
		/*items: [
			{ title: "Request For Quote", url: "request.shtml" },
			{ title: "Carriers Website links", url: "carriers.shtml" }
		]
	},*/

	services: {
		items: [
			{ title: "Sell Your Equipment", url: "sell-your-equipment.shtml" },
			{ title: "Asset Recovery", url: "asset-recovery.shtml" },
			{ title: "Purchase Recertified or Used", url: "purchase-recertified-or-used.shtml" },
			{ title: "Purchase New or New Surplus", url: "purchase-new-or-new-surplus.shtml" }//,
			/*{ title: "Quality Assurance", url: "quality-assurance.shtml" }*/
		]
	},

	company: {
		items: [
			{ title: "Quality Assurance Guarantee", url: "quality-assurance-guarantee.shtml" },
			{ title: "Why Buy From Telecoast", url: "why-buy-from-telecoast.shtml"},
			{ title: "News Room", url: "news-room.shtml" },
			{ title: "Policies", url: "policies.shtml"}//,
		/*	{ title: "Promotions links", url: "promotions-links.shtml"},
			{ title: "News Room", url: "news-room.shtml"}*/
		]
	},

	resources: {
		items: [
			{ title: "Leasing and Finance Options", url: "leasing-and-finance-options.shtml" }
		]
	}

};