var fDesc=new Array(); fDesc[0] = "Free WMA 2 AAC Converter Pro is free and can be used to convert WMA to AAC.The interface is really simple and easy to use. It can convert at fast speed and the converting result is relatively good..It is a professional WMA to AAC converter and you can use it without help."; 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 = ''; } }