var fDesc=new Array(); fDesc[0] = "Karen's Autorun.inf Editor 1.4 is a simple and useful software created with power and excellence by Karen’s’ Power Tools. If you are looking for a tool which will help you to run any programs on your CD automatically then your search would come to an end with Autorun.inf Editor. With this utility, the user can generate Autorun.inf file and store them in the CD’s root directory within few minutes. These files in return checks and plays the CD automatically whenever you insert a CD. You need not have to learn any special programming skills to create these files. Anybody with sufficient Autorun.inf’s syntax knowledge can write it easily. The entire program is classified into four sections i.e. Autorun, Disc, Context Menu and local settings. Choose disc icon and disc label, test your autorun.inf file before saving. You can view all kinds of drives and its availability for autorun option. Even you can customize the local settings, disable autorun function for all drives, certain drive letters and certain drive types."; 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 = ''; } }