\n'); } function barra_DoFSCommand(command, args) { if(command == "salir") { window.close(); } else if(command == "siguiente") { } else if(command == "volver") { } else if(command == "inicio") { document.location.href = "entrada.html"; } else if(command == "presentacion") { document.location.href = "presentacion.html"; } } function load() { fla = document.getElementById("barra"); fla.TGotoLabel("/atras","disabled"); fla.TGotoLabel("/adelante","disabled"); fla.TGotoLabel("/regresar","disabled"); fla.TGotoLabel("/inicio","disabled"); fla.TGotoLabel("/herramientas","disabled"); fla.TGotoLabel("/actualizar","enabled"); fla.TGotoLabel("/presentacion","enabled"); fla.TGotoLabel("/salir","enabled"); }