var fDesc=new Array(); fDesc[0] = "Jet Line System is a tool designed to assist you in building your workspace with the furniture of the JetLine + range. The program allows you to simulate all the possible workspaces by combining the different JetLine + units: workbenches, low units with doors or drawers, top units with glazed or plain doors, and storage cabinets."; 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 = ''; } }