
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#2F6B97', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["About", "about.php"],
	["Contact", "contact.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#2F6B97', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Prebuilt Savers", "software.php#prebuilts"],
	["Custom Programming", "software.php#custom"],
	["Advanced Payment", "software.php#advanced-payment"],
	["Shopping Cart", "software.php#shopping-cart"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#2F6B97', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["What Works Blog", "whatworks/index.php"],
	["Online Consult", "consult.php"] //no comma following last entry!
]