var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:125px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["BlackBerry Plans", "bbplans.php"],
	["Voice Plans", "voice_plans.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Data Coverage Map", "http://www.flydsl.com/data_coverage.html"],
	["Voice Coverage Map", "voice_coverage.php"] //no comma following last entry!
]