var fDesc=new Array(); fDesc[0] = "Have you ever wondered why it seems be so difficult to move videos, photos and music from your PC to your mobile phones, tablets and media players?

MediaEspresso is designed to not only make transferring your files super-easy and unbelievably fast, but it also cleans up the pixels and lighting of your photos and videos as it transfers them, resulting in better quality viewing on your mobile devices."; 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 = ''; } }