var fDesc=new Array(); fDesc[0] = "VoiceAttack is designed to make games and applications more fun to use by adding your voice as an extra controller. This program will take commands that you speak into your microphone and turn them into a series of keyboard key presses and mouse actions. With a comprehensive toolkit, you can design your very own macros to control virtually all aspects of your Windows experience or add a brand new layer of immersion into the latest sims."; 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 = ''; } }