/*
  --- 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 = [
	['Services', '', null,
		['Free Services <IMG src="images/arrow.gif" style="position: absolute; right: 0px; border: 0px; margin: 6px;">', null, null,
			['Free Pick Up', 'FreePickUp.html', null],
			['Free Estimate', 'FreeEstimate.html', null],
			['Free 1 year Warranty', 'Warranty.html', null],
		],
		['Repair & Maintenance <IMG src="images/arrow.gif" style="position: absolute; right: 0px; border: 0px; margin: 6px;">', null, null,
			['Laptop Repair', 'LaptopRepair.html', null],
			['Desktop Repair', 'DesktopRepair.html', null],
			['Computer Tune-Up', 'ComputerTuneUp.html', null],
		],
		['Network Installation <IMG src="images/arrow.gif" style="position: absolute; right: 0px; border: 0px; margin: 6px;">', null, null,
			['Wireless Networking', 'WirelessNetworks.html'],
			['Ethernet networking', 'EthernetNetworks.html'],
		],
	        ['Virus Removal', 'VirusRemoval.html', null],
		['Computer 	Upgrades', 'Upgrades.html', null,],
		['Data Services <IMG src="images/arrow.gif" style="position: absolute; right: 0px; border: 0px; margin: 6px;">', null, null,
			['Data Recovery', 'DataRecovery.html', null],
			['Data Backup', 'DataBackup.html', null],
			['Data Transfer', 'DataTransfer.html', null],

		],
		['Web developing', 'WebDeveloping.html'],
		['Consulting & Training', 'Consulting.html'],

	],
	['Valuable Resources', null, null,
		['AntiSpyware protection', 'AntiSpyware.html'],
		['Free E-Mail accounts', 'FreeEmail.html'],
		['Links', 'links.html'],
	],
	['Customer\'s zone', null, null,
		['Schedule Appointment', 'WorkOrder.html'],
		['Schedule Free Pick-Up', 'WorkOrder.html'],
		['E-Mail a Friend', 'EMailFriend.html'],
		['Make a Payment', 'Payments.html'],
	],
	['Contact Us', 'ContactUs.html', null,
		['Contact Page', 'ContactUs.html'],
		['Call Us at 770-953-4573', 'ContactUs.html'],
		['E-mail', 'mailto: gk@techexpertservices.com'],
		['Our Location', 'ContactUs.html#address'],
	],
];

