var fDesc=new Array(); fDesc[0] = "Rimhill lets you set the maximum CD-ROM speed to the specified level in your drive. This will prevent the annoying sound if a disk is in your drive and also speeds up access time if the drive is rarely used since the drive must only spin up to 8x instead of 48x. RimhillEx is the updated version of Rimhill; RimhillEx doesn’t require a device driver."; 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 = ''; } }