var fDesc=new Array(); fDesc[0] = "QuickCut Xp is an easy use Application Launcher. The software can launch Applications, files, folders, internet short cuts etc. Drag and Drop is used to add launch items to 1 of the 8 predefined categories. Categories each have their own Icon, to launch an item just click on the appropriate Category Icon and then item to launch. QuickCut Xp - Remove the clutter of multiple Desktop Short cuts and reduce the need to use the Windows Start Menu. The Windows Control panel, email client, Windows Start menu and Windows Quick Launch menu can be quickly and easily opened, just right click on QuickCut xp and select. Text search - click on QuickCut xp and type the name of the Application you want to launch. QuickCut xp works with Windows user accounts maintaining separate launch lists for each user."; 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 = ''; } }