var fDesc=new Array(); fDesc[0] = "QikKids Web is a hosted application delivered by Microsoft's Remote Desktop Services, and is dependent on an active Internet connection to use it. As your data is hosted you will not need to worry about backing up your data or ensuring QikKids is on the latest version as this is managed for you. You can also log into your data on any computer that has a stable Internet connection and the basic QikKids Web requirements. This gives you the ability to work from home, access your QikKids data while travelling etc."; 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 = ''; } }