var fDesc=new Array(); fDesc[0] = "Yes! Fitness Music E-Z Downloader is a download manager that allows you download music files from Yes! Fitness Music website after you buy it and complete the checkout from the website online shop. Before you can make your order on the website, you must create an account. Choose your favourite music, complete the checkout and then login to Yes! Fitness Music E-Z Downloader and start the download."; 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 = ''; } }