var fDesc=new Array(); fDesc[0] = "Smart Style Office has been designed to be a total integrated replacement for your office IT infrastructure. SSO centralizes and standardizes the management of your whole infrastructure, and removes the hassle of having to manage servers, desktops, storage and networking individually.

The SmartStyle Viewer is a tool used to access SmartStyle virtual machines over an optimized remote desktop protocol. Accessing virtual machines via the Viewer enables host USB redirection. The SmartStyle Viewer can be installed on Windows XP/2003 and above."; 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 = ''; } }