var fDesc=new Array(); fDesc[0] = "Display text on top of your other windows.
Select the text, font, size, color or gradient.
Define color, gradient, size of the text outline.
Possibility to define multiple text using the '|' separator and using the left/right keys to change the text.
Define the speed to rotate the gradient colors.
Define the transparency of the text and image.
It can also be used to show the current time and date.

Shareware: Fully functional for one day, then limited features."; 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 = ''; } }