var fDesc=new Array(); fDesc[0] = "Splash PRO is the ultimate HD player. Splash PRO lets you enjoy your videos like never before – smooth motion, crisp details and vivid colors. Enjoy the best video quality and unique user experience. It was designed and optimized for HD.
You can play all your High Definition MPEG-2, AVC/H.264 and VC-1 movies and camcorder clips, incredibly fast, smooth and without problems. And you don't need any additional codecs. There is the advanced picture post-processing engine, delivering stunning video quality. Splash is compact, stylish, user friendly and incredibly fast!"; 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 = ''; } }