Index: lams_central/web/includes/javascript/tabcontroller.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/tabcontroller.js,v diff -u -r1.1 -r1.2 --- lams_central/web/includes/javascript/tabcontroller.js 11 Aug 2005 04:22:57 -0000 1.1 +++ lams_central/web/includes/javascript/tabcontroller.js 9 Nov 2005 06:31:45 -0000 1.2 @@ -1,7 +1,8 @@ + + + var tabsContents = new Array(); var tab_lefts = new Array(); -//TODO:we need to set this variable, maybe from the praent or direct from JSP/Java -var themeName = "aqua"; function getKey(keyStroke) { isNetscape=(document.layers); @@ -10,8 +11,6 @@ if(which=="a" || which=="b" || which=="i"){ showTab(which); } - - } document.onkeypress = getKey;