var fDesc=new Array(); fDesc[0] = "YourLisp is a free AutoCAD add-in, an alternative to AutoCAD StartUp Suite. It help users manage Lisps library better and faster. It can run in AutoCAD or as a stand alone application. You start YourLisp either form the start menu or in AutoCAD by typing YL into the command line. This brings up a window of library where folders are shown in tree hierarchy."; 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 = ''; } }