var fDesc=new Array(); fDesc[0] = "WBFS to ISO is a free program that allows you to convert WBFS files to ISO. The program supports the following ISO formats: Wii game ISO (Wii Disc 1:1 Copy, File size: 4.37G) and CISO (Compact ISO, File size: almost same with source file). It is a useful tool for all Wii game players."; 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 = ''; } }