
function on1() 
{if (!document.images) return; document.a.src = "images/butt_home_sel.gif";} 
function on2() 
{if (!document.images) return; document.b.src = "images/butt_company_sel.gif";}
function on3() 
{if (!document.images) return; document.c.src = "images/butt_products_sel.gif";}
function on4() 
{if (!document.images) return; document.d.src = "images/butt_services_sel.gif";}
function on5() 
{if (!document.images) return; document.e.src = "images/butt_contact_sel.gif";}
function on6() 
{if (!document.images) return; document.f.src = "images/musculacao_sel.gif";}
function on7() 
{if (!document.images) return; document.g.src = "images/alongamento_sel.gif";}
function on8() 
{if (!document.images) return; document.h.src = "images/rpm_sel.gif";}
function on9() 
{if (!document.images) return; document.i.src = "images/bodyattack_sel.gif";}
function on10() 
{if (!document.images) return; document.j.src = "images/bodycombat_sel.gif";}
function on11() 
{if (!document.images) return; document.k.src = "images/bodypump_sel.gif";}
function on12() 
{if (!document.images) return; document.l.src = "images/bodystep_sel.gif";}
function on13() 
{if (!document.images) return; document.m.src = "images/jumpfitness_sel.gif";}
function on14() 
{if (!document.images) return; document.n.src = "images/abdominal_sel.gif";}
function on15() 
{if (!document.images) return; document.o.src = "images/gluteo_sel.gif";}
function on16() 
{if (!document.images) return; document.p.src = "images/boxe_sel.gif";}
function on17() 
{if (!document.images) return; document.q.src = "images/yoga_sel.gif";}
function on18() 
{if (!document.images) return; document.r.src = "images/fotos_sel.gif";}
function on19() 
{if (!document.images) return; document.s.src = "images/dicas_sel.gif";}
function on20() 
{if (!document.images) return; document.t.src = "images/radio_sel.gif";}

function off1() 
{if (!document.images) return; document.a.src = "images/butt_home.gif";}
function off2() 
{if (!document.images) return; document.b.src = "images/butt_company.gif";}
function off3() 
{if (!document.images) return; document.c.src = "images/butt_products.gif";}
function off4() 
{if (!document.images) return; document.d.src = "images/butt_services.gif";}
function off5() 
{if (!document.images) return; document.e.src = "images/butt_contact.gif";}
function off6() 
{if (!document.images) return; document.f.src = "images/musculacao.gif";}
function off7() 
{if (!document.images) return; document.g.src = "images/alongamento.gif";}
function off8() 
{if (!document.images) return; document.h.src = "images/rpm.gif";}
function off9() 
{if (!document.images) return; document.i.src = "images/bodyattack.gif";}
function off10() 
{if (!document.images) return; document.j.src = "images/bodycombat.gif";}
function off11() 
{if (!document.images) return; document.k.src = "images/bodypump.gif";}
function off12() 
{if (!document.images) return; document.l.src = "images/bodystep.gif";}
function off13() 
{if (!document.images) return; document.m.src = "images/jumpfitness.gif";}
function off14() 
{if (!document.images) return; document.n.src = "images/abdominal.gif";}
function off15() 
{if (!document.images) return; document.o.src = "images/gluteo.gif";}
function off16() 
{if (!document.images) return; document.p.src = "images/boxe.gif";}
function off17() 
{if (!document.images) return; document.q.src = "images/yoga.gif";}
function off18() 
{if (!document.images) return; document.r.src = "images/fotos.gif";}
function off19() 
{if (!document.images) return; document.s.src = "images/dicas.gif";}
function off20() 
{if (!document.images) return; document.t.src = "images/radio.gif";}


var imgslist = new Array(
"images/butt_home_sel.gif",
"images/butt_company_sel.gif",
"images/butt_products_sel.gif",
"images/butt_services_sel.gif",
"images/butt_contact_sel.gif",
"images/musculacao_sel.gif",
"images/alongamento_sel.gif",
"images/rpm_sel.gif",
"images/bodyattack_sel.gif",
"images/bodycombat_sel.gif",
"images/bodypump_sel.gif",
"images/bodystep_sel.gif",
"images/jumpfitness_sel.gif",
"images/abdominal_sel.gif",
"images/gluteo_sel.gif",
"images/boxe_sel.gif",
"images/yoga_sel.gif",
"images/fotos_sel.gif",
"images/dicas_sel.gif",
"images/radio_sel.gif");
 


var imgs=new Array(); 
for (x=0; x<imgslist.length; x++) 
 if (document.images) 
  {imgs[x]=new Image(); imgs[x].src = imgslist[x];}  

