var fDesc=new Array(); fDesc[0] = "Digital Hamster makes it easy to create and maintain lists of all your stuff. The program is designed for Windows XP, but works on most versions of Microsoft Windows. You can catalog anything you like. Create a list of all your CDs, your DVDs, or perhaps your wine collection. Digital Hamster allows you to edit, search, sort and print your lists without hassle."; 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 = ''; } }