var fDesc=new Array(); fDesc[0] = "Easy Launcher is designed to be very easy, intuitive and effective to use for managing your shortcuts in the tool-bar style, which is located at the bottom right desktop and designed by the professional and experienced UI experts in the industry. There are 20 grid spaces per tab, which can be created as many as you like. That is, unlimited space allows you easily manage the shortcuts in the way you want by simply dragging the shortcut icon into the grid space within the tabsheet (also called drag-and-drop operation)."; 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 = ''; } }