var fDesc=new Array(); fDesc[0] = "This program is designed for anyone involved in residual development appraisals whether they use detailed cash flow analysis or ‘back of the fag packet’ appraisals. If you are residential or commercial developer, a surveyor, broker, advisor or financial institution you will find this program exceptionally beneficial. With this program you have rapid data entry, preloaded costs and fees, graphical representation and manipulation, professional reports, in PDF, Word and Excel."; 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 = ''; } }