var fDesc=new Array(); fDesc[0] = "mediAvatar 3D Converter enables you to watch the breathtaking 3D movies at home by converting videos from 2D to 3D, even 3D to 2D, as well as converting one kind of 3D format to another. All the popular video formats like M4V, VOB, ASF, 3GP, 3G2, SWF, H.261, H.264, DV, DIF, MJPG and MJPEG are supported. Besides, it works well with multimedia devices, such as iPhone, iPad, Apple TV, iPod, PSP, Xbox, General mobile phone, BlackBerry, General MP4 players, Android mobile devices and Windows 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 = ''; } }