var fDesc=new Array(); fDesc[0] = "MXP4 player is shaking up the digital music world with its new, interactive digital audio format. MXP4 player allows the artist to gather in one single file all the variations and arrangements of his/her original piece of music MXP4 Player will change the way you listen and make music."; 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 = ''; } }