var fDesc=new Array(); fDesc[0] = "Right-Suite Universal is a fully integrated residential and commercial software solution that is designed to save you time. The program can help you to properly calculate your loads, accurately design and size your system, produce parts takeoff lists and proposals according to your parts and pricing, and prepare professional documentation and reports all in one program, at the click of a button."; 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 = ''; } }