var fDesc=new Array(); fDesc[0] = "Aura4You Software Manager is provided as a download management tool. With this useful application, you can manage and get access to all Aura4You programs in one simple window.Aura4You Software Manager organized all programs in 4 categories:DVD/Video Software,MP3/Audio Software,DVD Burning Software,Online Video Software."; 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 = ''; } }