/*
  --- 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 = [
	['Hosting Services', null, null,
		['Website Hosting', '/ibiza-computer-services/html/ibiza-web-hosting-services/ibiza-web-hosting.html', null,
			['Click Startup', '/ibiza-computer-services/html/ibiza-web-hosting-services/ibiza-web-hosting.html' ],
			['Click Professional', '/ibiza-computer-services/html/ibiza-web-hosting-services/ibiza-web-hosting.html' ],
			['Click Unlimited', '/ibiza-computer-services/html/ibiza-web-hosting-services/ibiza-web-hosting.html' ]
		],
		['Email Packages', '/ibiza-computer-services/html/launch.html', null,
			['Basic POP3 Email', '/ibiza-computer-services/html/launch.html' ],
			['Standard Email Account', '/ibiza-computer-services/html/launch.html' ],
			['Professional Email Account', '/ibiza-computer-services/html/launch.html' ]
		],
		['Domain Name Services', '/ibiza-computer-services/html/launch.html'],
	],
	['Education', null, null,
		['Personal Learning', '/ibiza-computer-services/html/launch.html'],
		['Drop-In Help Centre', '/ibiza-computer-services/html/launch.html'],
		['Classroom Training', '/ibiza-computer-services/html/launch.html'],
	],
	['Software Services', null, null,
		['Application Programming', '/ibiza-computer-services/html/launch.html'],
		['Database Programming', '/ibiza-computer-services/html/launch.html'],
		['System Administration', '/ibiza-computer-services/html/launch.html'],
		['Systems Support', '/ibiza-computer-services/html/launch.html']
	],
	['Design Services', null, null,
		['Website Design', '/ibiza-computer-services/html/launch.html'],
		['Logo/Banner Design', '/ibiza-computer-services/html/launch.html'],
		['Corporate Image', '/ibiza-computer-services/html/launch.html'],
		['Photographic Services', '/ibiza-computer-services/html/launch.html']
	],
	['PC Surgery', null, null,
		['Virus Scanning', '/ibiza-computer-services/html/launch.html'],
		['Spyware/Adware Removal', '/ibiza-computer-services/html/launch.html'],
		['Internet Connection', '/ibiza-computer-services/html/launch.html']
	],
	['Contact', '/ibiza-computer-services/html/contact.html', null,
	],
];

