var fDesc=new Array(); fDesc[0] = "With 3D RAD - the hottest free 3d game maker available - you can bring life to your 3d models and learn how to make a 3d game in a fraction of the time it would take with other tools.

3D Rad addons are resources that don't require neither coding nor modeling. Users can just add them to their projects, configure them and go!"; 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 = ''; } }