var fDesc=new Array(); fDesc[0] = "ISO to WBFS is program to convert ISO disc image files to the WBFS format, which is used in Nintendo Wii gaming consoles. This game utility is easy to use: you can complete a file conversion with a few mouse clicks. Just choice an existed ISO file using the Browse button, then click the Convert button."; 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 = ''; } }