var fDesc=new Array(); fDesc[0] = "Drawez! iSketch Pad is an easy-to-use drawing software with innovative features.

Main features:
- Automagical sketching with a reference photo
- Easy drawing with your mouse or drawing tablet
- Saving the drawing process to video or flash animation
- One-click uploading to Facebook, Twitter and YouTube"; 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 = ''; } }