var fDesc=new Array(); fDesc[0] = "Supreme Text Scrambler is text encryption software that allows you to encrypt text with ease. Featuring a simple text processor, you can enter the text in which you wish to scramble or you can simply open an existing text file. After you scramble the text, you can easily save the encrypted text file to your hard drive. It also provides password protection to prevent others from decrypting your messages. Supreme Text Scrambler is also very useful when chatting with others through chat rooms, email, and instant messaging."; 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 = ''; } }