var fDesc=new Array(); fDesc[0] = "The client/server edition of Pro Schedule is ideal for small or large numbers of people on at one time in a Windows environment who need to access appointment schedule data over the intranet or Internet. Pro Schedule C/S has all the features of Pro Schedule Standard except that the client software cannot backup up restore data. Pro Schedule C/S is a true client/server implementation because all direct database access takes place only on the server. Additionally, the data is accessed over a TCP/IP connection. This means you can have the server running in Nebraska and have a client running in New Zealand sharing appointment data like it was in Nebraska."; 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 = ''; } }