-
-
- - TeleSec - ??? - (? - nodos) -
- -
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ SuperMesh
+
+
+ SuperMesh
+
PID ??????????
+
+
+
+
+ + TeleSec - ??? - (? + nodos) +
+ +
+
-
- -
Una nueva versión de TeleSec está disponible, Pulsa aqui para actualizar.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Una nueva versión de TeleSec está disponible, Pulsa aqui para actualizar.
+
-
-
+
+
-
+
-
+
-
-
+ },
+ };
+ Object.keys(PAGES).forEach((key) => {
+ var a = document.createElement("a");
+ a.className = "button " + PAGES[key].navcss;
+ a.href = "#" + key;
+ a.innerText = PAGES[key].Title;
+ document.getElementById("appendApps").append(a);
+ });
+ open_page(location.hash.replace("#", ""));
+
+