var fDesc=new Array(); fDesc[0] = "Ultimate: The Ultimate edition is the best edition available, packed with features and benefits. It allows the user to download High-Definition and High-Quality videos and supports for more than 30+ top video sharing sites. Another great feature is an adaptive download accelerator, that will increase the speed of your downloads by 200%. It also comes with an Extra Adult Pack."; 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 = ''; } }