var fDesc=new Array(); fDesc[0] = "BYclouder LG Lumia 720 Video Converter is a program that allows you to convert and optimize videos to Nokia Lumia 720. It supports nearly all popular video formats such as AVI, MPEG, WMV, DivX, MOV, RM and VOB to format viewable on your Nokia Lumia 720. It also converts audio such as FLAC, WAV, WMA, MP2, OGG, RA, AC3, APE and CDA."; 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 = ''; } }