var fDesc=new Array(); fDesc[0] = "This program is an converting tool which can turn your Nintendo Wii to a convenient multimedia player. Xilisoft Wii Converter is capable of converting nearly all popular video and audio formats like AVI, MPEG, WMV, MOV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP , MP3, WMA, AAC, WAV, CDA, OGG, FLAC, APE to Wii supported formats Wii-AVI, Wii-MOV, MP3, WAV and transfer them to Wii efficiently. This program also enables you to convert one source file to different formats simultaneously to keep you from repeated operations."; 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 = ''; } }