var fDesc=new Array(); fDesc[0] = "Cofeshow is a desktop slideshow maker with professional Full HD quality themes. Just select the photos and music that you like. With Cofeshow ready to use themes, this task becomes super easy to do - all you need is just choose your photos and music files: all video effects and transitions, background animation, and audio overlay will be done automatically."; 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 = ''; } }