var fDesc=new Array(); fDesc[0] = "pro motion is a drawing and animation software for Windows designed similar to the famous Amiga Deluxe Paint (DPaint).

It is ideal for artists working on detailed and pixel precise graphics as required for mobile systems like cell phones, smart phones, Pocket PCs, handheld video game consoles like Gameboy / Advance / Nintendo DS or Playstation Portable. It also suites well to create light weight graphics for the web or Macromedia Flash applications."; 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 = ''; } }