var HomeHomeSubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
HomeHomeSubMenuItems.items=[]


var HomeSubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
HomeSubMenuItems.items=[]


var HomeCompanySubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
HomeCompanySubMenuItems.items=[
	["Corporate Overview", "Company/corporate_overview.html"],
	["Partner Overview", "Partners/partner_overview.html"]
]

var CompanySubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
CompanySubMenuItems.items=[
	["Corporate Overview", "../Company/corporate_overview.html"],
	["Partner Overview", "../Partners/partner_overview.html"]
]

var HomeProductsSubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
HomeProductsSubMenuItems.items=[
	["Features & Benefits", "Products/features_benefits.html"],
	["Technology Overview", "Products/technology_overview.html"],
	["Personal Branding", "Products/personal_branding.html"],
	["Multi-Member Admin", "Products/member_admin.html"],
	["Microsoft Integration", "Products/ms_integration.html"],	
	["What Is The Cost?", "Products/whatdoesitcost.html"],
	["Tips on Buying", "Buy/tips_buying.html"],
	["Purchase a NeoCertified Plan", "Buy/product_catalog.html"]
]
var ProductsSubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
ProductsSubMenuItems.items=[
	["Features & Benefits", "../Products/features_benefits.html"],
	["Technology Overview", "../Products/technology_overview.html"],
	["Personal Branding", "../Products/personal_branding.html"],
	["Multi-Member Admin", "../Products/member_admin.html"],
	["Microsoft Integration", "../Products/ms_integration.html"],
	["What Is The Cost?", "../Products/whatdoesitcost.html"],
	["Tips on Buying", "../Buy/tips_buying.html"],
	["Purchase a NeoCertified Plan", "../Buy/product_catalog.html"]
]

var HomeContactSubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
HomeContactSubMenuItems.items=[
	["Contact Information", "Contact/contact_info.html"],
	["See a Live Webinar", "Contact/webinar.htm"],
	["Request a Free Trial", "Contact/freetrial.htm"],
	["Request a Quote", "Contact/quoterequest.htm"] //no comma following last entry!
]
var ContactSubMenuItems={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
ContactSubMenuItems.items=[
	["Contact Information", "../Contact/contact_info.html"],
	["See a Live Webinar", "../Contact/webinar.htm"],
	["Request a Free Trial", "../Contact/freetrial.htm"],
	["Request a Quote", "../Contact/quoterequest.htm"] //no comma following last entry!
]