var fDesc=new Array(); fDesc[0] = "Dazzle and impress your audience with stunning transition effects and music, and complete your show with narration and commentary. You can get started in minutes, yet your family and friends will want to watch your movies for hours. What a great way to show off and share your pictures.
Your priceless photo shows can be saved as DVD, CD, VCD ( Video CD ) SVCD ( Super Video CD ) or mini-DVD files. In addition they can be saved as MPEG-1, MPEG-2, AVI, DV-AVI, or WMV files."; 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 = ''; } }