var fDesc=new Array(); fDesc[0] = "TotalSpoof is a utility to 'spoof' web sites; a spoof is a way of fooling a web site with security in to thinking that you are already in the site and so the website doesn’t feel the need to validate your username and password, thereby giving you full access. TotalSpoof gives you complete control and flexibility on managing you spoof list, setting favourites, exporting lists etc."; 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 = ''; } }