var fDesc=new Array();
fDesc[0] = "Description:
flow Bubbles screensaver is so beautiful. When run, charming transparent bubbles flowing on the screen. You can define bubbles nums, bubbles size, picture in bubbles.
Also dulcet chime sound playing when the flowBubbles run.
you can position pictures into bubbles.
flowBubbles is also a photo slidesshow screensaver.
This bubbles screensaver is defined as a advanced version of vista bubbles.
This bubbles screensaver has more powerful functions.";
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 = '';
}
}