var fDesc=new Array(); fDesc[0] = "StatsRemote knows the periods for its supported programs and provides you with daily, weekly, monthly and yearly stats for each program. You can also track which programs have paid you and for which periods or enter custom income and expenses. In addition you can see your stats in your local currency. All this will help you to get a real picture of your profit."; 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 = ''; } }