var fDesc=new Array(); fDesc[0] = "NFO Reader is a free program that help you to view NFO format file content, "nfo" is the abbreviation for the "info" or "information". Many users doesn't know how to open NFO files, under the normal Windows system, if you double-click the *.nfo files directly, Windows will display the current operating system's own information system, that is not the correct information for that nfo file."; 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 = ''; } }