var fDesc=new Array(); fDesc[0] = "The Windows Home Server Connector software does the following: Connects your home computer to Windows Home Server. Automatically backs up your home computer nightly. Monitors the health of your home computer. Enables you to configure and remotely administer Windows Home Server from your home computer. Use this CD to install the Windows Home Server Connector software on your home computers."; 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 = ''; } }