var fDesc=new Array(); fDesc[0] = "A main program installed at the operator/attendant desk (Server). It is used by operators/attendants to download game and application updates from the IDC (Information Data Center ) and push it to cafe’s client PC and to control all connected client workstations.GCaféPro, game updates becomes automatic. Our professional team constantly searches for game updates and look out for newly published games, upload the content into IDC and the 3 layer update function of GCaféPro pushes the updates automatically to the café severs and client PCs. Updates through GCaféPro are by modules and only the modules with changes are updated. This reduces the bandwidth required and improves update efficiency."; 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 = ''; } }