var fDesc=new Array(); fDesc[0] = "Easy-to-use and powerful photo slideshow software, 4Media Photo Slideshow Maker provides you with the simplest solution for photo slideshow making. It helps you create unique photo slideshows from your digital photo collections and output them in almost all video formats, including AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD, 3GP and even HD video formats. You can also insert background music, apply different effects and change image orientation to make output slideshows more interesting."; 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 = ''; } }