<!-- Begin
function setupDescriptions() {
var x = navigator.appVersion;
y = x.substring(0,4);
if (y>=4) setVariables();
}
var x,y,a,b;
function setVariables(){
if (navigator.appName == "Netscape") {
h=".left=";
v=".top=";
dS="document.";
sD="";
}
else 
{
h=".pixelLeft=";
v=".pixelTop=";
dS="document.";
sD=".style";
   }
}
var isNav = (navigator.appName.indexOf("Netscape") !=-1);
function popLayer(a){
desc = "<table  border=0 width=190 height=178 class=\"copySm\" align=\"left\"><td bgcolor=\"#e2e6e7\">";

if (a==1) desc += "Exclusive one-on-one exercise instruction is given by appointment only, so it is never crowded, guaranteeing privacy in a non-intimidating atmosphere.";
if (a==2) desc += "Fit 4 Life has been owned and operated in Cherry Hill, NJ since 1996 by head trainers Kevin Hensel and Gary Hendri. Our Personal and athletic trainers all have college degrees in exercise related fields and have nationally recognized certifications. The staff regularly attends personal training continuing education to bring our clients the latest in training methods.";
if (a==3) desc += "At Fit 4 Life there are no start up fees or monthly membership fees. Clients purchase single sessions, or save by purchasing multiple trainings.";
if (a==4) desc += "As certified Medical Exercise Specialists, we have specialized training dealing with muscular-skeletal injuries, hypertension, & other medical conditions. Take less medication for a medical condition, avoid your next injury, or heal more quickly with a properly designed exercise regimen. Fit 4 Life has vast experience transitioning patients from physical therapy to a regular exercise routine. We can meet all of your rehabilitation needs.";
if (a==5) desc += "Is fully equipped with strength, cardiovascular, and balance equipment to accommodate the fitness newcomer and the serious athlete.";
if (a==6) desc += "Most personal trainers are glorified rep counters as they put you on each piece of boring gym equipment.  A Fit-4-Life personal trainer will constantly change each and every workout to ensure maximum progression and optimal results.  We have specialized training working with stability balls, Bosu, balance boards, stability discs, Bowflex, and 2 functional trainers.  <b>Exercise is hard, but we guarantee it will never be boring.</b>";



desc += "</td></table>";

if(isNav) {
document.object1.document.write(desc);
document.object1.document.close();
document.object1.left=x+25;
document.object1.top=y;
}
else {
object1.innerHTML=desc;
//eval(dS+"object1"+sD);
//eval(dS+"object1"+sD);
  }
}
function hideLayer(a){
if(isNav) {
eval(document.object1.top=a);
}
else object1.innerHTML="";
}
function handlerMM(e){
x = (isNav) ? e.pageX : event.clientX;
y = (isNav) ? e.pageY : event.clientY;
}
if (isNav){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
//  End -->

