var fDesc=new Array(); fDesc[0] = "Solar-Log™ CASH
The accounting software for your Solar-Log200. This programme which has been specially designed for solar projects simplifies the book-keeping for your PV plant thanks to many easy-to operate functions such as
-records advance payments and progress payments from the energy supplier (monthly, quarterly or annually),
-optionally records one-off costs or recurring income and expenses,
-calculates return on investment
-calculates yield based on the reference values of the solar radiation
-creates a repayment plan as well as
-a balance sheet and a profit and loss account."; 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 = ''; } }