/* --- menu items --- */
/* !!! Can't use relative paths because major portions of site are in subdirectories */
var MENU_ITEMS = [
	['Home', 'http://dev.projectionscentral.com/index.asp'],
    ['Products', 'http://dev.projectionscentral.com/products.asp',
			['Projections Suite (STIP,LTIP,MicroMatrix)', 'http://dev.projectionscentral.com/projsuite.asp',
					/*['STIP', 'http://dev.projectionscentral.com/stip/stip.asp'],
					['LTIP', 'http://dev.projectionscentral.com/ltip/ltip.asp'],
					['MicroMatrix', 'http://dev.projectionscentral.com/micromatrix/micromatrix.asp'],
                    ['DBManager', 'http://dev.projectionscentral.com/dbmanager/dbmanager.asp'],
                    ['Local Review', 'http://dev.projectionscentral.com/localreview/localreview.asp'],*/

			],
			['Descriptor', 'http://dev.projectionscentral.com/descriptor/descriptor.asp'],
			['Skills-Based Projections', 'http://dev.projectionscentral.com/sbproj/sbprojections.asp'],
	],
	['Support',,
		['Technical Support', 'http://dev.projectionscentral.com/support.asp',
		],
//		['Projections Workgroup Committees', 'http://dev.projectionscentral.com/contact.asp',
//		],
		['ListServers', 'http://dev.projectionscentral.com/listservers.asp',
		],
		['Register a System', 'http://dev.projectionscentral.com/register.asp',
    	],
		['State Contacts', 'http://dev.projectionscentral.com/statecontacts.asp',
    	],    	
    ],
	['Publications', 'http://dev.projectionscentral.com/publications.asp',
			/*['General Publications', 'http://dev.projectionscentral.com/publications.asp'],
			['STIP Publications', 'http://dev.projectionscentral.com/stip/publications.asp'],
			['LTIP Publications', 'http://dev.projectionscentral.com/ltip/publications.asp'],
			['MicroMatrix Publications', 'http://dev.projectionscentral.com/micromatrix/publications.asp'],
			['Descriptor Publications', 'http://dev.projectionscentral.com/descriptor/publications.asp'],
			['Skills-Based Projections Publications', 'http://dev.projectionscentral.com/sbproj/publications.asp'],*/
	],
	['Links', 'http://dev.projectionscentral.com/links.asp',
    ],
	['Calendar', 'http://dev.projectionscentral.com/calendar.asp',
    ],

	
];

