var fDesc=new Array(); fDesc[0] = "The Steelcase Furniture Symbol Library (FSL) is a free space planning software package. As a seamless add-on to AutoCAD and MicroStation, the Steelcase FSL provides you with the tools to: specify the exact office furniture you need in your drawings; Create typical furniture configurations; Draw space plans quickly; Generate accurate reports (take-offs) of your space plans; Export your drawing information to standard interchange format for use in other software, such as 20-20 CAP or Hedberg to help automate your specification, pricing, and ordering activities."; 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 = ''; } }