var fDesc=new Array(); fDesc[0] = "Photo Plan is a program integrated with TSOL Pro 5.5 and PVSOL 6.0 that allows you to represent the collector array photo-realistically on your customer's roof . You can insert the graphics in the project report, edit the house plan design, change the color or angles of the inserted picture."; 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 = ''; } }