var fDesc=new Array();
fDesc[0] = "Do you like flowers?Then you are sure to like this brand new 7art Flowers Pro Screensaver!
It is a mix of Nature's pure beauty and Human superior graphic design. Put the World's most beautiful flowers onto your desktop!
There are 40 flowers images, all images are 1024x768 true color. You can also choose from 27 transition effects that appear between the images.";
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 = '';
}
}