/*
  --- 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_ITEMS1 = [
	['Products & Services', null, null,
		['MailHerd', './mailherd/mailherdmain.html', null,
				['Features', './mailherd/mailherdmain.html'],
				['Pricing', './mailherd/mh_pricing.html'],
				['Get Started', './mailherd/mh_getstarted.html'],
				['Support', './mailherd/mh_support.html']
		],
		['ITHerd', './itherd/itherdmain.html', null,
				['Features', './itherd/itherdmain.html'],
				['Pricing', './itherd/ih_pricing.html'],
				['Get Started', './itherd/ih_getstarted.html'],
				['Support', './itherd/ih_support.html']
		],
		['GolfHerd', './golfherd/golfherdmain.html', null,
				['Features', './golfherd/golfherdmain.html'],
				['Pricing', './golfherd/gh_pricing.html'],
				['Get Started', './golfherd/gh_getstarted.html'],
				['Support', './golfherd/gh_support.html']
		],
		['WebHerd', './webherd/webherdmain.html', null,
				['Features', './webherd/webherdmain.html'],
				['Pricing', './webherd/wh_pricing.html'],
				['Get Started', './webherd/wh_getstarted.html'],
				['Support', './webherd/wh_support.html']
		],
		['Other IT Software', './software/softwaremain.html', null,
				['UniBasic IQ', './software/os_iq.html'],
				['FTP Voyager', './software/os_ftpvotager.html'],
		],
	],
		['Staying Informed', null, null,
		['Vito & Associates, Inc', 'http://www.itherd.com/mailherd/addem.cgi?clientco=vnai', null,],
		['MailHerd', 'http://www.itherd.com/mailherd/addem.cgi?clientco=vnai&theme=mailherd', null,],
		['ITHerd', 'http://www.itherd.com/mailherd/addem.cgi?clientco=vnai&theme=itherd', null,],
		['GolfHerd', 'http://www.itherd.com/mailherd/addem.cgi?clientco=vnai&theme=golfherd', null,],
		['WebHerd', 'http://www.itherd.com/mailherd/addem.cgi?clientco=vnai&theme=webherd', null,]
		
	],
	['Contact', null, null,
		['E-mail', 'mailto:sales@vitoassoc.com'],
		['Postal Mail', './address.html']
	],
];





var MENU_ITEMS2 = [
	['Pricing', '../mailherd/mh_pricing.html', null,],
	['Get Started', '../mailherd/mh_getstarted.html', null,],
	['Support', '../mailherd/mh_support.html']
];
var MENU_ITEMS2_gt = [
	['MailHerd Home', '../mailherd/mailherdmain.html', null,],
	['Pricing', '../mailherd/mh_pricing.html', null,],
	['Support', '../mailherd/mh_support.html']
];
var MENU_ITEMS2_pr = [
	['MailHerd Home', '../mailherd/mailherdmain.html', null,],
	['Get Started', '../mailherd/mh_getstarted.html', null,],
	['Support', '../mailherd/mh_support.html']
];
var MENU_ITEMS2_sp = [
	['MailHerd Home', '../mailherd/mailherdmain.html', null,],
	['Pricing', '../mailherd/mh_pricing.html', null,],
	['Get Started', '../mailherd/mh_getstarted.html', null,]
];


var MENU_ITEMS3 = [
	['Our Mission', './mission.html', null,],
	['Company Bio', './companybio.html', null,],
	['Legal Stuff', './legal.html', null,],
	['Privacy Policy', './privacy.html', null,],
];

var MENU_ITEMSMS = [
	['Home', './index.html', null,],
	['Company Bio', './companybio.html', null,],
	['Legal Stuff', './legal.html', null,],
	['Privacy Policy', './privacy.html', null,],
];
 
var MENU_ITEMSCB = [
	['Home', './index.html', null,],
	['Our Mission', './mission.html', null,],
	['Legal Stuff', './legal.html', null,],
	['Privacy Policy', './privacy.html', null,],
];

var MENU_ITEMSLS = [
	['Home', './index.html', null,],
	['Our Mission', './mission.html', null,],
	['Company Bio', './companybio.html', null,],
	['Privacy Policy', './privacy.html', null,],
];

var MENU_ITEMSPP = [
	['Home', './index.html', null,],
	['Our Mission', './mission.html', null,],
	['Company Bio', './companybio.html', null,],
	['Legal Stuff', './legal.html', null,],
];