var fDesc=new Array(); fDesc[0] = "combustion 2 is the latest version of Discreet's award-winning, unified paint, animation and 3D compositing software application for motion graphic designers, animators and visual effects artists. combustion 2 is a powerful, resolution-independent, vector paint, animation and compositing solution for multi-format work from the web to video and HDTV to feature film. combustion 2 is available for both Apple Macintosh (OS 9.x, OS X) and Windows (NT, 2000) systems and features an advanced object-oriented architecture with extensive caching, multiple views and real-time loop playback. combustion 2 is setting a new standard for interactive performance on the desktop."; 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 = ''; } }