var fDesc=new Array(); fDesc[0] = "Real-Draw seamlessly combines vector tools with the rich look of pixel based images and innovative natural paint techniques into a single graphics editor.

The basic idea of Real-Draw is to produce rich bitmap-based web or Illustration graphics using the comfort of vector editing combined with 3D features such as Lights and the new Natural Paint techniques.

You can create anything from simple graphics, banners and buttons to complex hand-drawn-like illustrations and interactive web page.. and all editing is always non-destructive and fully editable."; 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 = ''; } }