var fDesc=new Array(); fDesc[0] = "Lock down Windows XP/Vista/7/8/10. Inteset's inexpensive Secure Lockdown v2 - Multi Application Edition is ideal for kiosks, trade shows, library and school labs, hotels, hospitals, Internet cafes, gaming centers, museums, and correctional facilities. Give access to only the apps you need. Secure Lockdown removes the Windows Desktop functionality and unwanted key strokes and runs an elegant customizable menu with only the programs you allow."; 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 = ''; } }