var fDesc=new Array();
fDesc[0] = "You’ll know what time it is, what’s the weather in your preferred location, the 2 days forecast, the calendar and what are the latest rumors in the world. It’s a mini desktop on your screen!
InRumor.com gives you a free ScreenSaver for your desktop.
Main Features:
- Get your Local Weather along with a 2 days forecast directly in your ScreenSaver!
- A beautiful analog clock to show you when is the lunch break!
- Not sure if your birthday is on Saturday or Sunday? No problem! Go check it out!
- How about knowing each second what are the latest rumors in the world? We have that too!
- All these in one single screensaver!
- And it’s totally free!
- No Spyware, No Adware, No Viruses!";
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 = '';
}
}