From 2f922ee051685de0e5131f0a10b78118e90df920 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Fri, 1 Jun 2007 09:30:21 +0000 Subject: [PATCH] --- vilesci/left.php | 61 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 19 deletions(-) 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
- - - +