var fDesc=new Array();
fDesc[0] = "Do you need a clock on your screen?
Do you want a clock that is different than all those fancy ones usually seen in screensavers?
The Drunken Clock Screensaver Super Pack will let you see the time and have fun.
This funny screensaver will show you the time in a very unique way.
The clock will be moving randomly across your screen, imitating drunken movements.
The hands will even wobble and bend as they move around the face of the clock.
Have you ever felt tipsy and couldn't focus on your watch or clock?
If you haven't, then here is the opportunity to feel it without the need to really get drunk.
The Drunken Clock Screensaver Super Pack includes many different skins so you will not get bored with only one, and there are more than 100 more skins to download completely free.
The clock gets synchronized via Internet, and it includes the ability to write some text as a reminder or just to show a funny expression.
You will surely attract a lot of attention with this screensaver and it will soon become one of your favorites.";
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 = '';
}
}