var fDesc=new Array(); fDesc[0] = "3D Sci-Fi Movie Maker is a multi-purpose creative tool. It can be used to produce scenes for inclusion in home made machinima movies. It can be used to animate the wide variety of free 3D models that can be found on the net. It can even be used in a professional development environment as a quick an easy way of previewing a 3D model in a game like environment. If you're planning your own home grown Sci-Fi epic to rival the works of George Lucas then 3D Sci-Fi Movie Maker is the program you need.

Most importantly,3D Sci-Fi Movie Maker is fun to play with and very easy to learn! Our objective in creating the program was to produce an advanced software package that could be figured out in minutes rather than hours."; 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 = ''; } }