/*
  --- 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,
				['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']
		],
		['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 = [
	['Analysis', '../webherd/wh_analysis.html', null,],
	['Design', '../webherd/wh_design.html', null,],
	['Hosting', '../webherd/wh_hosting.html', null,],
	['Pricing', '../webherd/wh_pricing.html', null,],
	['Support', '../webherd/wh_support.html', null,]
];
var MENU_ITEMS2_an = [
	['WebHerd Home', '../webherd/webherdmain.html', null,],
	['Design', '../webherd/wh_design.html', null,],
	['Hosting', '../webherd/wh_hosting.html', null,],
	['Pricing', '../webherd/wh_pricing.html', null,],
	['Support', '../webherd/wh_support.html', null,]
];
var MENU_ITEMS2_de = [
	['WebHerd Home', '../webherd/webherdmain.html', null,],
	['Analysis', '../webherd/wh_analysis.html', null,],
	['Hosting', '../webherd/wh_hosting.html', null,],
	['Pricing', '../webherd/wh_pricing.html', null,],
	['Support', '../webherd/wh_support.html', null,]
];
var MENU_ITEMS2_ho = [
	['WebHerd Home', '../webherd/webherdmain.html', null,],
	['Analysis', '../webherd/wh_analysis.html', null,],
	['Design', '../webherd/wh_design.html', null,],
	['Pricing', '../webherd/wh_pricing.html', null,],
	['Support', '../webherd/wh_support.html', null,]
];
var MENU_ITEMS2_pr = [
	['WebHerd Home', '../webherd/webherdmain.html', null,],
	['Analysis', '../webherd/wh_analysis.html', null,],
	['Design', '../webherd/wh_design.html', null,],
	['Hosting', '../webherd/wh_hosting.html', null,],
	['Support', '../webherd/wh_support.html', null,]
];
var MENU_ITEMS2_sp = [
	['WebHerd Home', '../webherd/webherdmain.html', null,],
	['Analysis', '../webherd/wh_analysis.html', null,],
	['Design', '../webherd/wh_design.html', null,],
	['Hosting', '../webherd/wh_hosting.html', null,],
	['Pricing', '../webherd/wh_pricing.html', null,]
];


var MENU_ITEMS3 = [
	['V & A Home', 'http://www.vitoassoc.com', null,],
	['Our Mission', '../mission.html', null,],
	['Company Bio', '../companybio.html', null,],
	['Legal Stuff', '../legal.html', null,],
	['Privacy Policy', '../privacy.html', null,],
];
