get("mb_lang"), $gui_id, $tab_ids[$i]); $t = array("s", "s", "s"); $res = db_prep_query($sql, $v, $t); $row = db_fetch_array($res); echo "tab_titles[" . $i . "] = '" . $row["e_title"] . "';\n"; } $json = new Mapbender_JSON(); $output = $json->encode($tab_ids); echo "var tab_ids = " . $output . ";"; if (!isset($expandable) || !$expandable) { include(dirname(__FILE__) . "/mod_tab.js"); } else { include(dirname(__FILE__) . "/mod_tab_expandable.js"); } ?>