var fDesc=new Array(); fDesc[0] = "RenoWorks Pro is a photo rendering software and sales tool that enables dealers/contractors to input digital images of a customer’s home and apply exterior and interior building and remodeling products and supply a photo quality printout of what the customer’s home will look like after the remodeling projects are complete.

RenoWorks enables users to envision multiple “before and after” digital options using a database of over 60 actual manufacturer’s products, across multiple product categories."; 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 = ''; } }