var fDesc=new Array(); fDesc[0] = "Dynasoft Cybercafe SurfShop is a new generation of Cyber Café software packed not only with all the standard features you expect from such a package, but also with powerful security features you will find nowhere else. Dynasoft Cybercafe SurfShop is the market leading and definitive cyber café management software in continental Europe. Dynasoft Cybercafe SurfShop was developed to finally empower the Cyber Café owner with a precise and robust tool to administer his business. You will be up-and-running in minutes, thanks to the easy-to-use installation package, set of tools, and interface."; 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 = ''; } }