// menu_items.js file



var MENU_ITEMS =[

	["&nbsp;&nbsp;Products", "/products/",

		["&nbsp;&nbsp;Compare Products", "/products/compare/"],

		["&nbsp;&nbsp;ImageFolio Commerce", "/products/commerce/",

			["&nbsp;&nbsp;Features", "/products/commerce/features/"],

			["&nbsp;&nbsp;Plug-Ins", "/products/commerce/plug-ins"],

			["&nbsp;&nbsp;Requirements", "/products/commerce/requirements/"],

			["&nbsp;&nbsp;FAQ", "/products/commerce/faq/"],

			["&nbsp;&nbsp;Demo", "/products/demos/"]		

		],

		//["&nbsp;&nbsp;ImageFolio DAM", "/products/dam/",

		//	["&nbsp;&nbsp;Features", "/products/dam/features/"],

		//	["&nbsp;&nbsp;Plug-Ins", "/products/dam/plug-ins"],

		//	["&nbsp;&nbsp;Requirements", "/products/dam/requirements/"],

		//	["&nbsp;&nbsp;Demo", "/products/dam/demo/"]				

		//],

		["&nbsp;&nbsp;ImageFolio Pro", "/products/pro/",

			["&nbsp;&nbsp;Features", "/products/pro/features/"],

			["&nbsp;&nbsp;Plug-Ins", "/products/pro/plug-ins"],

			["&nbsp;&nbsp;Requirements", "/products/pro/requirements/"],

			["&nbsp;&nbsp;FAQ", "/products/pro/faq/"],

			["&nbsp;&nbsp;Demo", "/products/demos/"]

		],

		["&nbsp;&nbsp;-- Plug-Ins -----------", ""],

		["&nbsp;&nbsp;Advanced Search", "/products/advancedsearch/"],

		["&nbsp;&nbsp;Zoomify Plug-In", "/products/zoomify/",

			["&nbsp;&nbsp;Overview", "/products/zoomify/"],

			["&nbsp;&nbsp;Features", "/products/zoomify/features/"],

			["&nbsp;&nbsp;Benefits", "/products/zoomify/benefits/"],

			["&nbsp;&nbsp;FAQ", "/products/zoomify/faqs/"],

			["&nbsp;&nbsp;Requirements", "/products/zoomify/requirements/"],

			["&nbsp;&nbsp;Demo", "http://zoomify.imagefolio.com"]

		],

		["&nbsp;&nbsp;ShareIt! Plug-In", "/products/shareit/",

			["&nbsp;&nbsp;Overview", "/products/shareit/"],

			["&nbsp;&nbsp;Demo", "http://if4.imagefolio.com"]

		],

		["&nbsp;&nbsp;Batch IPTC Plug-In", "/products/batchiptc/"]

	],

	["&nbsp;&nbsp;Services", "/services/",

		["&nbsp;&nbsp;Web Hosting", "http://hosting.imagefolio.com"],

		["&nbsp;&nbsp;Product Installation", "/services/installation/"],

		["&nbsp;&nbsp;Custom Programming", "/services/customizations/"]

		//["&nbsp;&nbsp;Web Design", "/services/webdesign/"],

		//["&nbsp;&nbsp;Product Training", "/services/training/"],

		//["&nbsp;&nbsp;Phone Support", "/services/phone_support/"]

	],

	["&nbsp;&nbsp;Purchase", "https://www.imagefolio.com/purchase/",

		["&nbsp;&nbsp;Purchase Online", "https://www.imagefolio.com/purchase/"],

		//["&nbsp;&nbsp;Purchase by Fax", "/purchase/fax/"],

		["&nbsp;&nbsp;Purchase by Phone", "/contact/"],

		["&nbsp;&nbsp;Trial Request", "/trial"]

		//["&nbsp;&nbsp;Gov. Purchases", "/purchase/gov/"],

		//["&nbsp;&nbsp;Edu. Purchases", "/purchase/edu/"]

	],

	["&nbsp;&nbsp;Information", "/information/",

	    ["&nbsp;&nbsp;What is DAM?", "/information/dam/"],

		["&nbsp;&nbsp;FAQ's", "/information/faq/"],

		["&nbsp;&nbsp;White Papers", "/information/white_papers/"],

		["&nbsp;&nbsp;License Agreement", "/information/license/"],

		["&nbsp;&nbsp;About Us", "/information/about/"],

		["&nbsp;&nbsp;Customer Comments", "/information/comments/"],

		["&nbsp;&nbsp;Customer List", "/information/customer_list/"]

	],

	["&nbsp;&nbsp;Support", "/support/",

	    ["&nbsp;&nbsp;Installation", "/support/installation/"],

		["&nbsp;&nbsp;Documentation", "http://www.imagefolio.com/users/docs/"],

		["&nbsp;&nbsp;Message Board", "http://ubb.imagefolio.com"],

		["&nbsp;&nbsp;Email Support", "/contact/"],

		["&nbsp;&nbsp;Phone Support", "/contact/"]

		//["&nbsp;&nbsp;Skype Support", "/support/skype/"],

		//["&nbsp;&nbsp;Training", "/support/training/"]

	],

	["&nbsp;&nbsp;Contact", "/contact/"]

];


