var fDesc=new Array(); fDesc[0] = "Snap Schedule Premium gives you enterprise-class scheduling power with more control and more flexibility. Designed for multiple schedulers working concurrently and accessing the same information from anywhere, it has all the features in Snap Schedule and scales up to grow as your business grows. Snap Schedule Premium can store its data on-premise or in a Web-hosted SQL Server database, or in the cloud using Microsoft SQL Azure™."; 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 = ''; } }