var fDesc=new Array(); fDesc[0] = "Steganos Online-Banking Free is a free tool allowing you to easily check the amount of money you have on your bank account without needing to open your web browser or whatsoever. After you launched it, a new window appears showing you important information about your account and the amount of money you have on."; 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 = ''; } }