var fDesc=new Array(); fDesc[0] = "BuduControl is a freeware software for internet cafe. No time limit. No limit on specific module. No registration is required. You can now have the option to use limited or unlimited number of PC. Download, install and you are ready to use BuduControl.

BuduControl software has been designed and developed for small internet cafe. BuduControl can monitor and control remote PCs in local network to facilitate cyber cafe operators. BuduControl is very easy and friendly to use."; 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 = ''; } }