var fDesc=new Array(); fDesc[0] = "4Videosoft Sony XPERIA Video Converter allows the conversion of all popular video formats including MP4, WMV, AVI, VOB, MOV, FLV, MXF, MTS, M2TS, MKV, etc. to Sony XPERIA MP4. Also this utility video converter can convert video to MPEG-4, H.264, MP4, 3GP for Sony Ericsson, Sony Tablet S, Sony Walkman, PSP, PS3, Samsung Galaxy S4, Samsung Galaxy Note 2, HTC One, Kindle Fire HD and other Android/Windows mobile phones and tablets."; 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 = ''; } }