var fDesc=new Array(); fDesc[0] = "SpotWin is Windows user accounts login and password recovery software. The software allows to recover forgotten Windows multiple login accounts passwords using one of the Admin accounts. For using SpotWin you should select a user account with administrator permissions that you can log on with its password. All the mentioned features are provided with a user friendly graphical interface."; 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 = ''; } }