var fDesc=new Array(); fDesc[0] = "This is the newest version of mod installer. As with all the others, nano cannot provide support personaly for these. USe the forums for this purpose.
This is the full version. The patch to upgrade 1.2 to 1.3 will fallow.
What's NEW?

- Overwrite \"Yes to All\" Bug Fix
- You can now Double Click on the File List in BCMI to
install a BCMod File
- Wrote my OWN Video Player... People with VideoFX problems
before will no Longer have Problems!!!"; 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 = ''; } }