var fDesc=new Array(); fDesc[0] = "Aya All in One Pack includes five products:Aya Video Converter Pro+Aya Video Splitter+Aya Audio Converter+Aya Mobile Ringtone Converter+Aya Photo SlideShow Creator. You can convert,split,cut video and audio from one format to another format ,extract audio from video,make mobile ringtone from wonderful video audio files and make photo slideshow with image and music inside."; 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 = ''; } }