var fDesc=new Array(); fDesc[0] = "Xrev Freebies is a suite of products developed to provide quick time-saving features when producing 3D graphics. It enables you to select any element or elements in the model and in a single operation. It also enables you to apply a revision to many sheets quickly - simply select the Revision you wish to apply, then select all the sheets you want to apply it to, click ok and it's done."; 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 = ''; } }