var fDesc=new Array(); fDesc[0] = "The Maxifier is a application that assists in running Vista Media Center on two screens. Please note that if you do not have two monitors attached, most of the functions will not do anything. Normally when running Media Center maximized on a second screen, Media Center captures the mouse so you can not move it on to the main screen. The Maxifier maximises Media Center on the second screen, but allows you keep control of the mouse."; 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 = ''; } }