<!--
/* please register to get documentation */
function wrap_blank (text) {
 return null;
}
function wrap_normal (text) {
 return '<span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFFFF;	text-decoration: none;">' + text + '</span>';
}
function wrap_hover (text) {
 return '<span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFF00;	text-decoration: none;">' + text + '</span>';
}
function wrap_down (text) {
 return '<span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFF00;	text-decoration: none;">' + text + '</span>';
}
function wrap_normal_f (text) {
 return '<img src="common/tr.gif" width="10" height="1"><img src="common/circle.jpg" width="18" height="16" align="absmiddle"><img src="common/tr.gif" width="3" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFFFF;	text-decoration: none;">' + text + '</span>';
}
function wrap_hover_f (text) {
 return '<img src="common/tr.gif" width="10" height="1"><img src="common/circle.jpg" width="18" height="16" align="absmiddle"><img src="common/tr.gif" width="3" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFF00;	text-decoration: none;">' + text + '</span>';
}
function wrap_down_f (text) {
 return '<img src="common/tr.gif" width="10" height="1"><img src="common/circle.jpg" width="18" height="16" align="absmiddle"><img src="common/tr.gif" width="3" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFF00;	text-decoration: none;">' + text + '</span>';
}
function wrap_normal_p (text) {
 return '<span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFFFF;	text-decoration: none;">' + text + ' »</span>';
}
function wrap_hover_p (text) {
 return '<span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFF00;	text-decoration: none;">' + text + ' »</span>';
}
function wrap_down_p (text) {
 return '<span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FFFF00;	text-decoration: none;">' + text + ' »</span>';
}
var MENU_ITEMS = [
				[[ wrap_normal_f('Home'),
			 	   wrap_hover_f('Home'),
				   wrap_down_f('Home')
				 ], '/index.html', null,
				 ],
				[[ wrap_normal_f('Why Us?'),
			 	   wrap_hover_f('Why Us?'),
				   wrap_down_f('Why Us?')
				 ], '/whyus.html', null
				 ],
				[[ wrap_normal_f('Curves '),
			 	   wrap_hover_f('Curves '),
				   wrap_down_f('Curves ')
				 ], '/curves.html', null
				 ],
				[[ wrap_normal_f('IHRSA '),
			 	   wrap_hover_f('IHRSA '),
				   wrap_down_f('IHRSA ')
				 ], '/IHRSA.html', null
				 ],
				 
				[[ wrap_normal_f('Fit Launch '),
			 	   wrap_hover_f('Fit Launch '),
				   wrap_down_f('Fit Launch ')
				 ], '/FitLaunch.html', null
				 ],

				[[ wrap_normal_f('ICOA & CMS '),
			 	   wrap_hover_f('ICOA & CMS '),
				   wrap_down_f('ICOA & CMS ')
				 ], '/ICOACMS.html', null
				 ],

				[[ wrap_normal_f('ACE '),
			 	   wrap_hover_f('ACE '),
				   wrap_down_f('ACE ')
				 ], '/ACE.html', null
				 ],

				[[ wrap_normal_f('NESTA '),
			 	   wrap_hover_f('NESTA '),
				   wrap_down_f('NESTA ')
				 ], '/NESTA.html', null
				 ],

				[[ wrap_normal_f('24hr Fitness Clubs '),
			 	   wrap_hover_f('24hr Fitness Clubs '),
				   wrap_down_f('24hr Fitness Clubs ')
				 ], '/24hr.html', null
				 ],

				[[ wrap_normal_f('CrossFit '),
			 	   wrap_hover_f('CrossFit '),
				   wrap_down_f('CrossFit ')
				 ], '/CrossFit.html', null
				 ],


				[[ wrap_normal_f('Jazzercise '),
			 	   wrap_hover_f('Jazzercise '),
				   wrap_down_f('Jazzercise ')
				 ], '/Jazzercise.html', null
				 ],

				[[ wrap_normal_f('Yobics '),
			 	   wrap_hover_f('Yobics '),
				   wrap_down_f('Yobics ')
				 ], '/yobics.html', null
				 ],

				[[ wrap_normal_f('PT Network '),
			 	   wrap_hover_f('PT Network '),
				   wrap_down_f('PT Network ')
				 ], '/ptnetwork.html', null
				 ],

				[[ wrap_normal_f('Programs'),
			 	   wrap_hover_f('Programs'),
				   wrap_down_f('Programs')
				 ], '/programs.html', null
				],
				[[ wrap_normal_f('Insurance FAQs'),
			 	   wrap_hover_f('Insurance FAQs'),
				   wrap_down_f('Insurance FAQs')
				 ], '/faq.html', null
				],
				[[ wrap_normal_f('Applications '),
			 	   wrap_hover_f('Applications '),
				   wrap_down_f('Applications ')
				 ], '/Applications.html', null
				 ],
				[[ wrap_normal_f('Independent <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Agents '),
			 	   wrap_hover_f('Independent <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Agents '),
				   wrap_down_f('Independent <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Agents ')
				 ], '/inagent.html', null
				 
				 ],
];
//-->


