var fDesc=new Array(); fDesc[0] = "Whether you are an aspiring musician or a pro, Techno Dance Music Station Pro is the simplest, fastest way to create electronic club music! This tool is great for beginners that want to achieve fast success. The software provides you with the tools you need to get tje job done and fast."; 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 = ''; } }