var fDesc=new Array(); fDesc[0] = "Even though Windows Home Server allows the creation of virtually unlimited shares... it only directly allows exposing of 3 of those shares via Windows Media Connect which enables other devices and PCs in the home to more easily access the content. The HomeServerControls assembly exposes a type named UIExposedShare which provides much more information"; 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 = ''; } }