var fDesc=new Array(); fDesc[0] = "Close Tray is a simple tool that will add a new action to close the CD/DVD tray. The application will install a new action in the context menu that will complement the Eject features already featured by Windows.

Close Tray will add "Close Tray" with the "Right click" on cd/dvd icon. Give it a try to see what it's all about!"; 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 = ''; } }