var fDesc=new Array(); fDesc[0] = "This mod adds shaders to Minecraft in a post-process manner that simulate different effects that occur in the real-world in how light reacts with objects and with the human eye. This mod also adds dynamic movement to flora and fire. This mod was configured with a high-spec system in mind. If you run vanilla Minecraft with max view distance and fancy settings at around 100 fps and most modern games at med-high to high settings, then this mod should run fine for you."; 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 = ''; } }