var fDesc=new Array(); fDesc[0] = "This product integrates seamlessly with Windows Home Server, providing constantly updated automatic detection and removal of all types of malicious software. It is easy to use through the Windows Home Server Console.
Windows Home Server is the center of your digital home, the place for storing, sharing and backing up all your important files and media. F-Secure® Home Server Security™ automatically protects all the data stored on your Windows Home Server."; 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 = ''; } }