/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	
	['Systems', null, null,
			['New Systems', 'system.html'],
			['Upgrades', 'upgrades.html'],
			['Components', 'components.html'],
					
	],
	['Programming', null, null,
		['Dataflex', 'dataflex.html'],		
    ],
			
	
	['Accounting', null, null,
			['Arrow', 'arrow.html'],		
	],
	
	['Multimedia', null, null,
			['Web Design', 'web.html'],		
	],
	['Server Support', null, null,
			['Microsoft', 'microsoft.html'],
			['Novell', 'novell.html'],		
	],
	['Contact', null, null,
		['E-mail', 'mailto: info@cview.com.au'],
		['Ph.: (07) 4939 3026'],
		['Fax: (07) 4938 3360'],
		['Mob: 0408 458 082']
	],
];

