var fDesc=new Array(); fDesc[0] = "With honestech's HT Photo DVD 3.0, anyone can create lasting video treasures from photos and pictures! In three easy steps, even the most inexperienced person can produce interesting personalized photo shows on CD or DVD, complete with transitions, music and narration.

In Step One (Edit Mode), pictures are assembled and organized, combined with music and voice-overs and then blended together with transitions to produce great looking videos. You can save and load the project which you worked before
In Step Two (Authoring Mode) backgrounds, titles and screen guides are added for playback on CD and DVD media.
In Step Three (Burning Mode) photo shows are saved as VCD, SVCD, mini-DVD or DVD video files and burned to CD or DVD media. And you also can save the video as MPEG-1, MPEG-2, AVI. DV-AVI or WMV.
From importing pictures from digital cameras to watching video photo shows on TV or computer, HT Photo DVD 3.0 makes building memories a snap!"; 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 = ''; } }