var fDesc=new Array(); fDesc[0] = "Wondershare Photo Story Gold is a simple photo slideshow creative software tool that converts or turns photos and images into stunning story movie video or slideshow with animated styles and background music. Users only require a few mouse clicks with Wondershare Photo Story Gold to make wonderful photo story movies and enjoy them on iPod, iPhone, YouTube and more."; 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 = ''; } }