/*
   RMS web site menu items
   Last updated December 2, 2009 by Warren N. Christman
*/

var MENU_ITEMS = [
	['Home', 'index.php',],
	['Products', null, null,
		['Flitesoft', 'flitesoft.php'],
		['Vista&nbsp;Moving&nbsp;Map', 'vista.php'],
		['Electronic&nbsp;Flight&nbsp;Bags&nbsp;(EFBs)', 'EFB.php'],
		['Hardware', 'hardware.php'],
	],
	['Downloads', null, null,
		['Flitesoft', 'fs_download.php'],
		['Vista&nbsp;Moving&nbsp;Map', 'vs_download.php'],
		['Express', 'ex_download.php'],
	],
   ['Help', null, null,
      ['Contact&nbsp;RMS', 'contact.php'],
      ['Product&nbsp;Support&nbsp;Notes', 'supnotes.htm'],
      ['FAQ', 'fs_faq.php'],
/*
      ['Online&nbsp;Forum', 'http://download.rmstek.com/Forum'],
*/
   ],
	['Order',
    'https://secure.bctonline.com/rmstek/order_form.php',{'tw' : '_blank'}],
/*
	['Forum', 'http://download.rmstek.com/Forum'],
*/
];
