var fDesc=new Array(); fDesc[0] = "Wondershare Media Converter is an all-around video program which helps you to convert videos and audios in all popular formats like AVI, WMV, MP4, FLV, 3GP, MOV, MP3, M4R and more, remove DRM protection from any media file including iTunes music and videos, Widows WMV videos, WMA audios, protected files in M4P, M4V, M4A, M4B, ASF etc. The software fully supports portable devices like iPod, iPhone, iPad, Apple TV, Zune, PSP, Wii, HTC, Nokia, etc."; 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 = ''; } }