Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/10/2004, 23:09
Avatar de gachon
gachon
 
Fecha de Ingreso: septiembre-2004
Ubicación: En Google
Mensajes: 462
Antigüedad: 19 años, 8 meses
Puntos: 3
y sigue;
Código:
if(timer)
  clearTimeout(timer)
}
// Set timer for sub menus
function clearMenu(quant,menu)
{
  setDelay = subMenuDelay*1000
  delay = (eval("subMenu"+quant)[menu].length > 0)?setDelay:1

  timer = setTimeout("popDown("+quant+","+(eval("Menu"+quant).length + 1)+")",delay)
}
// when you click the box, perform the same function as if the user had clicked the hyperlink
function tdMouseClick(theElement)
{
  eval(obj+'(theElement).click()')
}
//-->
</script>
</head>

<body onresize="window.location.href = window.location.href">
<script type="text/javascript" language="JavaScript">showMenus(1,'Horizontal')</script>

</body>

</html>


bueno muchas gracias y slaudos

Última edición por gachon; 17/10/2004 a las 23:10