var fDesc=new Array(); fDesc[0] = "Ambereh is a simple and easy-to-use drawing application with online and offline capabilities. In solo mode, you have a great set of tools for artistic drawing, like anti-aliased brushes, brushes with custom bitmaps, full opacity support, circles drawing, auto-circles for softneing edges, blur and smudge for giving the detailed touches for your sketch!

In online mode, you can chat and share the same canvas with your friends, allowing you to make a cooperative painting. There is no need for a central server: Ambereh works with a decentralized network, where any user can connect to any other user already in the party, and everybody will see and interact with everybody's drawings.

In both cases, you also get the ability to record all the steps taken in your drawing, so later you can replay the whole process and watch your painting coming to life: from the blank canvas to the final masterpiece!"; 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 = ''; } }