var fDesc=new Array(); fDesc[0] = "Attachmate Reflection Enterprise Suite 2011 combines the most advanced Windows- and browser-based terminal emulators into one powerful solution. This robust suite lets you save time with centralized administration and enhanced customization control, and offers unrivaled security for host sessions. It supports Windows 7, Windows Vista, the latest security standards, and modern virtualization technologies. With Reflection Enterprise Suite 2011, you can deploy one or both products to any user—casual, power, local, or remote—from a central location."; 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 = ''; } }