var fDesc=new Array(); fDesc[0] = "SunBurn Framework opens up SunBurn’s base lighting and rendering to hobbyists, students, and educators alike. Use the SunBurn Framework to enhance your XNA Game Studio projects, learn the ins and outs of game rendering, or just to have some fun. Providing the same base features and API as the SunBurn Engine, the framework makes an excellent evaluation tool. See how easy it can be to achieve stunning results with SunBurn’s simple, easy to use design."; 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 = ''; } }