var fDesc=new Array(); fDesc[0] = "Some of the editions of Microsoft Windows 7 and Windows Vista come with the so called 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 Media Center Outlook you can read your e-mails, consult your calendar, see information about your contacts, watch your tasks and read your notes. Media Center Outlook retrieves all this information from Microsoft Outlook and displays it on your Media Center TV."; 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 = ''; } }