var fDesc=new Array(); fDesc[0] = "Spoof-Me-Now is a program to change (spoof) your MAC Address. This is an easy to install and easy to use application. It is also a very helpful application. It has a simple interface, which makes it more attractive. Try it now and you'll not regret that you have chosen it!"; 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 = ''; } }