var fDesc=new Array(); fDesc[0] = "Audio Converter Extractor Max is an easy to use tool to convert audio files to various audio formats and extract audio from video files to various audio formats. The program can also rip audio CD tracks to the supported formats.
The extractor allows you to extract photos from iPod to the PC ,
The extracted Photos will be in the png format .
It is easy to use...just open the program and click to open the photos database"; 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 = ''; } }