var MENU_ITEMS =
[
	[
		'Home',
		'http://www.stormsoft.com/',
		{
			'tw':'_self',
			'sb':'www.StormSoft.com'
		}
	],
	[
		'E-Mail',
		null,
		{
			'tw':'_self',
			'sb':'E-Mail'
		},
		[
			'WebMail',
			'http://www.stormsoft.com:8383/',
			{
				'tw':'_blank',
				'sb':'Check your e-mail'
			}
		],
		[
			'Outlook',
			'http://www.stormsoft.com/outlook.aspx',
			{
				'tw':'_self',
				'sb':'Step by step instructions for setting up Microsoft Outlook as your e-mail client'
			}
		],
		[
			'Advanced',
			'http://www.stormsoft.com/emailsettings.aspx',
			{
				'tw':'_self',
				'sb':'Settings and information for advanced e-mail users'
			}
		]
	],
	[
		'Services',
		null,
		{
			'tw':'_self',
			'sb':'Services'
		},
		[
			'DNS',
			'http://www.stormsoft.com/dns.aspx',
			{
				'tw':'_self',
				'sb':'DNS Services'
			}
		],
		[
			'Hosting',
			'http://www.stormsoft.com/hosting.aspx',
			{
				'tw':'_self',
				'sb':'Web Site/Application Hosting Services'
			}
		],
		[
			'E-Mail',
			'http://www.stormsoft.com/email.aspx',
			{
				'tw':'_self',
				'sb':'Personal/Corporate E-Mail Services'
			}
		],
		[
			'Design',
			null,
			{
				'tw':'_self',
				'sb':'Application/Web Design Services'
			},
			[
				'Application',
				'http://www.stormsoft.com/appdesign.aspx',
				{
					'tw':'_self',
					'sb':'Application Design Services'
				}
			],
			[
				'Web',
				'http://www.stormsoft.com/webdesign.aspx',
				{
					'tw':'_self',
					'sb':'Web Page/Site Design Services'
				}
			]
		],
		[
			'Consulting',
			'http://www.stormsoft.com/consulting.aspx',
			{
				'tw':'_self',
				'sb':'Personal/Corporate IT Consulting Services'
			}
		]
	],
	[
		'Support',
		null,
		{
			'tw':'_self',
			'sb':'Support'
		},
		[
			'F.A.Q.',
			'http://www.stormsoft.com/faq.aspx',
			{
				'tw':'_self',
				'sb':'Frequently Asked Questions'
			}
		],
		[
			'Contact Us',
			'http://www.stormsoft.com/contactus.aspx',
			{
				'tw':'_self',
				'sb':'Contact Information/Forms'
			}
		]
	],
	[
		'About Us',
		'http://www.stormsoft.com/aboutus.aspx',
		{
			'tw':'_self',
			'sb':'All about www.StormSoft.com'
		}
	]
];