var fDesc=new Array(); fDesc[0] = "Add this fully customizable and animated Apple-Style-Launchbar to your desktop. getStarted!XP is a powerful replacement for the Startmenu, the Quicklaunchbar and the Office-Shortcutbar. Some of the features of getStarted!XP: Magnify Effect/Variable Icon Size/Support of Styles and Skins/Autohide/Hide Desktop Icons/Seperators/Directory Flyoutmenus/Dock on all Edges of Screen/all Shortcuts are fully customizable"; 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 = ''; } }