var fDesc=new Array(); fDesc[0] = "Smart Eject is an essential Windows utility which automatically ejects CD's and other removable media before your PC shuts down. You will never again forget and leave a CD in a drive. Smart Eject can be set to eject all removable media automatically on shutdown, or to notify you that media is present and eject it after your confirmation, depending on your preference.
- Multiple drives support
- CD-ROM, CD-RW, DVD, ZIP, JAZZ, LS, MO drives support
- Separate configuration for every drive in your system
- Customizable "Eject all" hotkey
- Windows 2000/XP compatible."; 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 = ''; } }