var fDesc=new Array(); fDesc[0] = "Designed for Nintendo Wii user, ImTOO Wii Converter enables you to extend the functions of Nintendo Wii to a movie and music player besides a game console. Powerful and convenient, ImTOO Wii Converter can convert AVI, MPEG, WMV, MOV, MP4, RM, RMVB, DivX, ASF, VOB and 3GP format videos to Wii-AVI and Wii-MOV videos for enjoying them on Nintendo Wii. Also, it can convert most popular audio formats, like MP3, WMA, AAC, WAV, CDA, OGG, FLAC and APE to MP3 and WAV formats which are compatible with Nintendo Wii."; 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 = ''; } }