var fDesc=new Array(); fDesc[0] = "You can start programs or open files with it. It is basically the same as the Quick Launch Bar you usually find next to the Start button of Windows. However KwickLaunch has a number of advantages: It can be placed freely everywhere on the screen and it does not dock to a screen border or inside the Task Bar. There is no automatical hiding option. KwikLaunch is always visible."; 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 = ''; } }