var fDesc=new Array(); fDesc[0] = "This project aims to port DeSmuME to Wii homebrew so that we can have a fully fledged, working, Nintendo DS emulator on Wii. It is being built with DeSmuME 0.95 and the latest available devkitPPC and libogc releases. Please see the links in the sidebar on the right for more information."; 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 = ''; } }