language=JavaScript> function Display(eElement, bShow) { if (eElement) eElement.style.display = bShow ? '' : 'none'; } function ShowMoreCommands(nCommandBar, bShow) { Display(document.all['idMore' + nCommandBar], !bShow); Display(document.all['idMoreCommands' + nCommandBar], bShow); }
| St, Thomas , U.S. Virgin Islands | | | | | | | |