var fDesc=new Array(); fDesc[0] = "Parallels Workstation provides the capability for Small Businesses and Professionals to deploy desktops faster and protect against failure and downtime by reducing costs through desktop and application virtualization. Parallels Workstation lets you run multiple OS configurations at the same time on Windows and Linux PCs. Simplify the way you work across environments, automate routine tasks and enable you to enjoy the flexibility to access and manage locally, remotely or on the go using the Parallels Mobile app for iPad and iPhone."; 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 = ''; } }