var fDesc=new Array(); fDesc[0] = "SourceAnywhere Hosted is SQL server-based hosting/online source control service. The server is hosted in a world class data center to ensure the most reliable access to mission-critical data and uncompromised security. Building the version control software from scratch, we understand and control every detail of the service. What this means for you is, your experience with the software wants to be heard, you feature requests will be responded, and you will get thorough tech support along the way."; 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 = ''; } }