var fDesc=new Array(); fDesc[0] = "Relative lets you create relative shortcuts in Windows. Relative shortcuts can be moved along with their parent directory tree and still point to the same location within the tree. This installer adds a context menu to Internet Explorer; simply right-click on any file or folder and select "Create relative shortcut...", and elect the location where you want to create your shortcut."; 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 = ''; } }