
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','index.htm'],
	['Product',null,null,
	['About WSMS','about_wsms.htm'],
	['Screen Shots','software_screen_shots.htm'],
	['Features','software_ features.htm'],
	['What\'s new','whats_new.htm'],
	['Pricing','pricing_page.htm']],
	['Support',null,null,
	['Installation','installation_instructions.htm'],
	['Downloads','downloads_page.htm'],
	['Updates','update_page.htm'],
	['F.A.Q','faqs_page.htm'],
	['Forum','/forum'],
	['On/Off Images','images_idx_display.htm']],
	['Demo','test_system.htm'],
	['Registration',null,null,
	['Register','register_page.htm'],
	['Un-Register','un_register_page.php']],
	['Links',null,null,
	['WSMS Clients','who_is_using.htm'],
	['Web Resourcess','links_page.htm']],
	['Contact Us','contact_us_page.htm']
];
	