/*
  --- 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 = [
	['Home', 'index.html', null,	],
	['Web Hosting', 'hosting.html', null,
		['Shared Hosting', 'hosting.html'],
		['Reseller Hosting', 'reseller.html'],
		['CMS Hosting', 'cmshosting.html'],
	],
	['Dedicated Servers', 'dedicated.html', null,	],
	['Other Services', null, null,
		['PC and server Backup', 'backup.html'],
		['MinuEditor CMS', 'editor.html'],
/*		['MinuZoom', 'zoom.html'],
		['SSL Certificates', 'ssl.html'],
		['Free site move', 'sitemove.html']
*/
	],
	['Support', null, null,
/*	['Knowledgebase', 'http://secure.minuweb.com/knowledgebase.php'],
	['Helpdesk', 'https://secure.minuweb.com/submitticket.php'],
*/
	['Helpdesk', 'contact.html'],
/*	['Client Area', 'https://secure.minuweb.com/clientarea.php'],
	['Server Status', 'http://secure.minuweb.com/serverstatus.php']
*/
	],
		['Contact', null, null,
		['Contact Us', 'contact.html'],
/*		['Become an affiliate', 'https://secure.minuweb.com/affiliates.php'],
*/
	],
];

