var fDesc=new Array(); fDesc[0] = "Microsoft Windows 7 and Windows Vista come with Media Center application, which allows you to use your PC as a digital media center ( you can watch TV, record TV shows, play videos, watch your digital photos and listen to music ). With Vista Media Center Mail, you can read your e-mails on your Media Center TV, and it comes with its own mail system for receiving e-mails from POP3 servers."; 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 = ''; } }