var fDesc=new Array(); fDesc[0] = "Parallels Desktop allows you to simultaneously run multiple operating systems on your PC. You can improve productivity and work cross platform without the need for additional hardware. VM cloning and pre-built virtual appliances allow you to eliminate repetitive tasks and respond faster to trouble shooting, testing and web development needs. You can build once and share virtual machines across Windows, Linux, and Mac OS X to support distributed teams and improve consistency."; 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 = ''; } }