var fDesc=new Array(); fDesc[0] = "AutoSPRINK® VR is a stand-alone Fire Sprinkler CAD program for the Microsoft® Windows family of operating systems. This powerful software from MEPCAD, Inc. signals a revolutionary approach to Computer Aided Design. Based on a myriad of new concepts, ideas and composition methods, AutoSPRINK® VR is causing designers to rethink the possibilities of CAD technology."; 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 = ''; } }