var fDesc=new Array(); fDesc[0] = "3D Sci Fi Movie Maker unlocks the power of your PC and gives you the creative tools to make your own mini Sci-Fi Classics!
3D Sci Fi Movie Maker utilises a unique combination keyframe and free form animation system in order to make the creation of complex animation sequences a breeze."; 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 = ''; } }