diff --git a/vilesci/left.php b/vilesci/left.php index ad2738cbd..6a556fefa 100644 --- a/vilesci/left.php +++ b/vilesci/left.php @@ -43,27 +43,50 @@ else return true; } + + function js_show_tab(tabid) + { + if (document.getElementById) + { + if (status == null) + status = "none"; + if (status == "none") + { + document.getElementById(conid).style.display = block; + __js_page_array[conid] = "visible"; + } + else + { + document.getElementById(conid).style.display = 'none'; + __js_page_array[conid] = "none"; + } + return false; + } + else + return true; + } //--> - -
- - - - - - -
IntroductionServers
- - - +