var fDesc=new Array(); fDesc[0] = "UltraDVD is a powerful and very easy-to-use DVD player program. It can play DVD, VCD, or MPEG/MPG movies and almost all video or audio multimedia files. Also it is a MPEG/AVI/VCD/VIDEO/AUDIO/MPG player program. You can set the size of the playing window to full screen or a small window. It will monitor your DVD or CDROM drive and will automatically play a movie disc. Additionally, it supports parental control; you can protect your children and keep them away from hardcore and violent movies."; 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 = ''; } }