var fDesc=new Array(); fDesc[0] = "iSkysoft DVD Creator is a great tool for transforming your digital video collections into DVD disc and allows you to burn Blu-ray DVD disc. With a diversifying range of DVD templates, you can create a unique DVD out of your ordinary video and audio files in minutes. In addition, it can turn photos into a photo show like no other with your favorite background music and burn it to DVD. It's all about keeping your good memories."; 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 = ''; } }