var fDesc=new Array(); fDesc[0] = "After Orange and Peach, Blender Institute continued with a new open project: Apricot. This time it wasn’t a movie but a 3D game! Starting february 1st 2008, a small team of again the best 3D artist and developers worked on a game jointly with the on-line community. The main character in the game has been based on the short 3D animation open movie Peach. The project ended in august, and in october 2008 the DVD and game was released."; 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 = ''; } }