var fDesc=new Array(); fDesc[0] = "Wii Video 9 is a free video conversion application developed by Red Kawa. It allows you to convert your computer video files (like avi, divx, mpeg, etc.) into the specific video formats that are playable on the Wii. It is available for Windows and Mac.

Wii Video 9 can also be combined with Videora, another software application, and together they can let you automatically download and convert video for your Wii using BitTorrent and RSS technology."; 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 = ''; } }