var fDesc=new Array(); fDesc[0] = "If you have small children in your family, then you are probably familiar with the situation in which straight after they learn to move around independently, they begin to touch everything that they came across.

In particular, children like to open and close the CD/DVD drive on the computer, and press the Reset button.

The CD/DVD Drive Locker helps to temporary turn the CD/DVD ROM drive off, and so pressing on the CD/DVD drive's buttons doesn't lead to the CD/DVD drive being ejected."; 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 = ''; } }