var fDesc=new Array(); fDesc[0] = "It’s the free RealPlayer you love, now with apps for all your devices and 2GB of free cloud storage.

RealPlayer Cloud is a program that enables you to move, watch and share your videos. You can share videos with friends and family they’ll be able to play them on any device or operating system, without downloading the RealPlayer Cloud app. You can also upload videos of any format to the cloud and they are automatically adjusted for your device screen-size, bandwidth and device type prior to playback."; 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 = ''; } }