function FlashDeshabilitado(strCapaFlash)
{
  Objeto=document.getElementById("menu")
  Objeto.style.zIndex = 0
}

function FlashHabilitado (strCapaFlash)
{
  Objeto=document.getElementById("menu")
  Objeto.style.zIndex = 10
}