var fDesc=new Array(); fDesc[0] = "Now3D (at the beginning called Planets) born in 1997 as application for the planets and stars visualization. Then, thanks to the first success in the 3D Graphic field, I have decided to leave the first idea to concentrate myself towards more difficult subjects.
At the moment, Now3D can be defined as a modelling program and a Real-Time and RayTracing visualization, it takes up so much techniques in the 3D Graphic field and others are still in an development phase."; 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 = ''; } }