/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Company News & RSS', null, null,
		['RSS Feed', 'http://xpresscomputersolutions.com/rss.php'],
		['What\'s New', 'http://xpresscomputersolutions.com/whats.php'],
		['Articles of Interest', 'http://xpresscomputersolutions.com/aoi.php']
	],
	['Business Services', 'http://xpresscomputersolutions.com/svcs.php', null,
		['Business Computer Support', 'http://xpresscomputersolutions.com/svcb.php'],
		['Rates', 'http://xpresscomputersolutions.com/rates.php'],
		['Other Services', 'http://xpresscomputersolutions.com/obs.php']
	],
	['Home Services', 'http://xpresscomputersolutions.com/svcs.php', null,
		['On-site Support', 'http://xpresscomputersolutions.com/svch.php'],
		['Remote Support', 'http://xpresscomputersolutions.com/svcr.php'],
		['Wireless Networks', 'http://xpresscomputersolutions.com/wnet.php'],
		['Other In-Home Services', 'http://xpresscomputersolutions.com/oihs.php']
	],
	['Service Rates', null, null,
		['For Home', 'http://xpresscomputersolutions.com/rates.php'],
		['For Business', 'http://xpresscomputersolutions.com/rates.php']
	],
	['Software Products', 'http://xpresscomputersolutions.com/prds.php', null,
		['Antivirus', 'http://xpresscomputersolutions.com/avgav.php'],
		['Spyware Elimination', 'http://xpresscomputersolutions.com/xoft.php'],
		['Firewall Protection', 'http://xpresscomputersolutions.com/zonea.php'],
	    ['Identity Theft-Security', 'http://xpresscomputersolutions.com/wc.php']
	],
	['Online Store', null, null,
	    ['Directory', 'http://xpresscomputersolutions.com/dir.php']
	],
	['Tell me about ...', 'http://xpresscomputersolutions.com/help.php', null,
		['Cookies', 'http://xpresscomputersolutions.com/cookies.php'],
		['Bot-nets', 'http://xpresscomputersolutions.com/botnets.php'],
		['Phishing', 'http://xpresscomputersolutions.com/phishing.php'],
		['Computer Viruses', 'http://xpresscomputersolutions.com/virus.php'],
		['Spyware', 'http://xpresscomputersolutions.com/spyware.php'],
		['Firewalls', 'http://xpresscomputersolutions.com/firewall.php']
	],
	['FAQs','faqs.php',null,
    ],
	['Website Design','website.php',null,
	]
];


/* xample
	['Home', 'mel.html', {'tw':'_self','sb':'status message'}],
		['Company Info', 'http://fred.html', {'sb':'status msg'}],
		['Mission', null],
		['Press Releases', null]
*/