var fDesc=new Array();
fDesc[0] = "Are you tired of the usual screensavers, which become boring after the first few minutes? The Drawing Hand Screensaver will keep you interested for hours, and might even help you to learn how to draw!
The screensaver shows an artist's hand as it draws animals, people, cars, holiday themes, fine art and more.
A very attractive feature is the ability to include more pictures every month, downloading them from the developer site. Currently there is a 200-drawings library available, and more come out each month. You can browse this collection of drawings at www.DrawingHandGallery.com and choose the ones you like most.
Children enjoy this screensaver very much. It is interesting and educational.
And you can even create your own drawings using the ArtStudio Drawing Program and exporting them to the screensaver. This way you can watch the hand drawing your own image step by step, and in a very realistic mode.
The Drawing Hand Screen Saver is shareware and after registration you will receive a key that will let you activate the screensaver on more than one computer.";
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 = '';
}
}