var fDesc=new Array();
fDesc[0] = "A wise man once said: "We are all at the mercy of our wild monkey minds. Incessantly swinging from branch to branch." With multiple windows and applications all vying for our attention, we have sadly adapted to the working habits of the computer, and not the other way around.
We want to change this imbalance, and OmmWriter is our humble attempt to recapture what technology has snatched away from us today: our capacity to concentrate.
OmmWriter is a beautiful writing environment that helps you concentrate and create. It has the necessary tools you need to write and manage files, without the distracting elements that you normally find in conventional writing applications. OmmWriter opens in fullscreen mode, and has a number of backgrounds and audio tracks to increase your concentration, and to create an open space where your creativity can roam freely.
We created OmmWriter to make focused writing available everywhere you go with a Mac, PC or iPad and a set of headphones.
We believe that if you are in a beautiful and inspiring environment, you will write and create the beautiful and the inspiring. If you are a scriptwriter, blogger, journalist, copywriter, poet or just someone who enjoys writing, welcome back to concentrating and creating.";
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 = '';
}
}