var fDesc=new Array(); fDesc[0] = "Use Internet Kiosk Pro to convert your PC into an Internet kiosk or a public access PC. Create an Internet kiosk for public access and let everyone use it without a chance of damaging it. Enable access to Internet Browser, and to certain applications on your PC, and disable everything else."; 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 = ''; } }