var fDesc=new Array(); fDesc[0] = "Parallels Remote Application Server (RAS) is a comprehensive virtual application and desktop delivery solution that allows your employees to use and access applications and data from any device. You can provide your employees with access to desktop applications as if they were native applications on iOS and Android devices. With Parallels unique Applification technology, employees can use the native touch gestures of mobile devices - swipe, drag, tap to click or zoom - to interact with any remote Windows application on both smartphones and tablets, making them productive on the go."; 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 = ''; } }