var fDesc=new Array(); fDesc[0] = "DS Rom Organizer is a tool for Windows that is designed for making management and organization of your Nintendo DS Games easier. It allows you to easily store your games in the application, view all of its information, organize the way you want, and even get them transferred over to your “Device” with the press of 1 button."; 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 = ''; } }