var fDesc=new Array(); fDesc[0] = "Sims Launch can store all of those program (editing programs for The Sims and The Sims 2) and folder shortcuts for you, reducing the clutter on your desktop and in your Windows Start Menu. All you have to do is add shortcuts to the Sims Launch program, a task that is incredibly easy to do. Once the shortcuts have been added, you simply double click them (just as you would in Windows) to start each program."; 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 = ''; } }