var fDesc=new Array();
fDesc[0] = "The first completely safe art email service for kids.
Main features:
-Easy to use
- ArtBug was designed to be used by children (aged 4 upwards) without adult supervision.
-Lots of Easy to use tools to make great pictures.
- paintbrushs, felt-tips, floodfill, smudge, spaypaints, an eraser and a board wiper.
-A range of different brush sizes and shapes.
-Drag and drop clip art.
-A broad range of ready made picture elements to boost your childs creativity.
-"Simple Save"
- The current picture being drawn is saved automaically when ArtBug is closed so that your child can continue painting it when they next use ArtBug. To start a new picture, use the "Soap" tool to wash the canvas clean!
-Millions of colors.
-Scanner connectivity
- easily scan and import real art works that your children have made.
-Access to the ArtBug Mail Activity Center
- Your children will be able to choose different backgrounds and picture frames.
-The backgrounds are simlar to those that you see in store-bought coloring books.
-Low maintainance
- ArtBug is designed to be quick and easy to install and configure. Once installed, you will very rarely (if ever) need to perform any maintenance tasks on the software.
-Ad Free
- ArtBug is absolutely free of advertising and is guaranteed to be spyware free.";
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 = '';
}
}