var fDesc=new Array(); fDesc[0] = "Screensaver as a clock. It displays and everytime updates weather forecast for the chosen city from GISMeteo.ru, and also the titles of the latest news of First Channel, NTV, Yandex and BBC and illustrations for its to user when there is a connection to internet.

For economy of the traffic in a corporate, domestic or multiroom network use of one of computers is possible as the server for all other computers of a network."; 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 = ''; } }