var fDesc=new Array(); fDesc[0] = "Soft4Boost AGrabby is intended for saving audio tracks from audio discs to computer in different audio formats. Now you don't need other converters as Soft4Boost AGrabby supports most of all known audio formats - MP3, AAC, WAV, MP2, OGG, M4A, WMA and etc. Soft4Boost AGrabby is CD/DVD-DA Extractor, that has simple and comfortable interface. To save music from a disc you just need to insert your Audio CD/DVD. It takes just a few seconds for Soft4Boost AGrabby to grab whole disc! Moreover, you can request information about your audio CD/DVD in the Internet, (the name of the album, the singer's name, the year of its coming and the songs). Otherwise, you can change Soft4Boost AGrabby design as you wish! There are 11 beautiful skins! Soft4Boost AGrabby provides lifetime free update service and Unlimited Free technical support. In addition, it also provides more and more language packs for worldwide users."; 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 = ''; } }