function init() 
{
     if (TransMenu.isSupported()) 
     {
          TransMenu.initialize();



Productos.onactivate   = function() { document.getElementById('Productos').className = 'hover'; };
Productos.ondeactivate = function() { document.getElementById('Productos').className = ''; }
                                                             
  }
}