var fDesc=new Array(); fDesc[0] = "IO Wizard is free and unsupported utility. We do not make any commitment to update this software in the event of bugs being found, nor do we make any commitment to inform the user of any changes. By downloading this software the user is assuming responsibility for its use and the decision to incorporate any code generated by the utility in any application. The source code for this software is not available to users."; 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 = ''; } }