var fDesc=new Array(); fDesc[0] = "MP3+GToolz is the ultimate software, integrated with all the useful features, one can need to convert various types of CD+G and AUDIO+G files into Zip or Bin files or vice versa. This is the smartest way to convert MP3, CDG, OGG and WMA files to Bin or Zip files, Zip files to Audio+G files or Bin files and Bin files to Audio+G files or Zip files. Its composed features enable the user to play Audio+G files, rip a CD+G Disc and rename and clean up the files. With Cleanup the File names feature, you can modify the files name with proper changes. It also includes many interesting options such as General Options, Zip Compression Options, and Audio encoding/ ripping Options. Its audio encoding or ripping option enables the user to encode any audio format with desired quality and rip CD+G files. Moreover its CD+G Ripping Drive Information option provides all the information about your drivers and it’s ripping or playing CD+G discs capacity. Various General Options automatically rename the converted files and Bin files; delete the old files and much more."; 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 = ''; } }