var fDesc=new Array(); fDesc[0] = "If you copy an Office 2007 document file to a shared folder on the SS4200-E. Then use the web tools (via Internet Explorer) to access the shared folder that contains the Office document file. Clicking the Office document file, will open a dialog box asking you to download a file with zip compressed file extension, not the correct Office document file extension."; 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 = ''; } }