var fDesc=new Array(); fDesc[0] = "WinPET Vista is a Megaman personal terminal for Windows Vista. It helps you search Google, Ask.com, Windows Live, Yahoo!, YouTube, and Wikipedia. It also places shortcuts to IM clients, browsers, and media players on your desktop. It gives you access to useful system tools, and has 16 different Net-Navi."; 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 = ''; } }