



<!--Hide from old browsers

if (document.images)

            {

     menu1on = new Image();
     menu1on.src = "himages/master_on_spanish.jpg";
     menu1off = new Image();
     menu1off.src = "himages/master_off_spanish.jpg"; 

     menu2on = new Image();
     menu2on.src = "himages/home_on_spanish.jpg";
     menu2off = new Image();
     menu2off.src = "himages/home_off_spanish.jpg"; 

     menu3on = new Image();
     menu3on.src = "himages/lifestyle_on_spanish.jpg";
     menu3off = new Image();
     menu3off.src = "himages/lifestyle_off_spanish.jpg";

     menu4on = new Image();
     menu4on.src = "himages/email_on_spanish.jpg";
     menu4off = new Image();
     menu4off.src = "himages/email_off_spanish.jpg";

  
            }

function img_act(imgName) {
        if (document.images) {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
        }
}

function img_inact(imgName) {
        if (document.images) {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;

  }
}

function statuson (text)
{
   window.status=(text)
        if (document.images){setTimeout("statusoff()",10000);}
}

function statusoff ()
   {window.status="";}

// Stop hiding from old browsers-->
