var fDesc=new Array(); fDesc[0] = "AVOne Photo to DVD maker allows you to make use of your DVD or CD burner to create entertaining slideshows you can watch on TV. With one click, AVOne Photo to DVD maker creates an exciting photo slide show with music, motion menus and transition effects. With AVOne Photo to DVD maker you can quickly and easily produce professional-looking photo slideshow DVD disc and share the slide show on home big screen TV with standard DVD player in the comfort of your living room. Within a few minutes of work, you'll have an eye-catching slide show on CD-R or DVD-R disc that will run on nearly any DVD players connected to TV."; 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 = ''; } }