var fDesc=new Array(); fDesc[0] = "Desktop Graffitist 1.0.0.6 is a program that enables you to spray paint
your desktop or anything on the screen.

The goal of this program is to help fight the stress and boredom at the office.

Desktop Graffitist 1.0.0.6 can also be used for leaving messages on other people's computers, such as love notes, hate notes, grocery lists and art/graffiti/vandalism.

You can change the color of the Paint Can by pressing the right mouse button in any place. The Spray Can Store will open. You will then be able to select your preferred color from the grid.

Then, pressing the left mouse button over any background, you will be painting with the spray. The program will produce a spray like sound through the speakers.

The painting you do will remain on the screen till you close Desktop Graffitist, even if you cycle through different applications with Alt+Tab. If you close the program, all you painted will disappear.

You can´t change the spray in any way other than changing it´s color. You can´t save or print your drawings."; 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 = ''; } }