var fDesc=new Array(); fDesc[0] = "Asmw Tweak is a cool program designed to make your computer clean and more stable. These utilities include Uninstaller Plus, Startup Organizer, Registry cleaner. Asmw Tweak enables you to easily and safely uninstall programs, inspect and manage the programs that automatically start when your turn on or login to your computer, Search and inspect any bad entries on your registry file, Optimizing the Windows registry can significantly enhance your computer's performance. With a cool and user-friendly interface makes it easy for anyone to use Asmw Tweak."; 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 = ''; } }