var fDesc=new Array(); fDesc[0] = "ScreenTabs virtual desktops manager is a unique implementation of the 'virtual desktops' (or so called 'virtual screens') concept where each 'virtual screen' is represented by a tab with user-defined color. This is similar to web browser where each web page is represented by tab. ScreenTabs allows users to easily spread windows on multiple virtual desktops to decrease the number of windows showing on the screen (and also TaskBar) at the same time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }