var fDesc=new Array(); fDesc[0] = "Kodosoft Photo DVD Slideshow is a easy photo to DVD slideshow tools which enables you to make digital photos onto a DVD and create amazing slide show. Just three clicks, you can creates a wonderful photo slideshow with background music, transition effects and DVD menu. You can share your photo slideshow on TV, iPhone, YouTube or Mobile device. The photo DVD slideshow helps you create cool photo slideshows for all occasions, include weddings, holidays, birthday celebrations, family vacations and etc."; 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 = ''; } }