if (TransMenu.isSupported()) { var ms=new TransMenuSet(TransMenu.direction.down,1,0, TransMenu.reference.bottomLeft); var desplegable1 = ms.addMenu(document.getElementById('desplegable1')); desplegable1.addItem('Impago','http://www.refinanciardeudas.com/situaciones/impago.php'); desplegable1.addItem('Morosidad','http://www.refinanciardeudas.com/situaciones/morosidad.php'); desplegable1.addItem('RAI','http://www.refinanciardeudas.com/situaciones/salirrai.php'); var desplegable2 = ms.addMenu(document.getElementById('desplegable2')); desplegable2.addItem('Préstamo al consumo','http://www.refinanciardeudas.com/productos/consumo.php'); desplegable2.addItem('Prestamo hipotecario','http://www.refinanciardeudas.com/productos/hipoteca.php'); desplegable2.addItem('Cuenta de crédito','http://www.refinanciardeudas.com/productos/cuentacredito.php'); desplegable2.addItem('Préstamo rápido','http://www.refinanciardeudas.com/productos/prestamorapido.php'); var desplegable3 = ms.addMenu(document.getElementById('desplegable3')); desplegable3.addItem('Capacidad de pago','http://www.refinanciardeudas.com/conceptos/capacidadpago.php'); desplegable3.addItem('Los filtros de morosidad','http://www.refinanciardeudas.com/conceptos/filtros.php'); desplegable3.addItem('El RAI','http://www.refinanciardeudas.com/conceptos/rai.php'); desplegable3.addItem('El prestamista','http://www.refinanciardeudas.com/conceptos/prestamista.php'); desplegable3.addItem('El suelo hipotecario','http://www.refinanciardeudas.com/conceptos/suelohipotecario.php'); var desplegable4 = ms.addMenu(document.getElementById('desplegable4')); desplegable4.addItem('Procedimiento Judicial','http://www.refinanciardeudas.com/procedimientos/procedimientojudicial.php'); desplegable4.addItem('Procedimiento Monitorio','http://www.refinanciardeudas.com/procedimientos/procedimientomonitorio.php'); var desplegable5 = ms.addMenu(document.getElementById('desplegable5')); desplegable5.addItem('Enlaces','http://www.refinanciardeudas.com/varios/enlaces.php'); desplegable5.addItem('Contacto','http://www.refinanciardeudas.com/varios/contacto.php'); TransMenu.renderAll(); }