var fDesc=new Array(); fDesc[0] = "PV*SOL® basic was created to keep things fast and easy ... to help you sell more systems. It has a very straight forward, easy-to-use and intuitive user interface. The program incorporates leading edge technology combined with Valentin Software’s 20 plus years of experience developing industry leading solar sales, design and simulation tools that are recognized worldwide for their accuracy and ease-of-use."; 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 = ''; } }