var fDesc=new Array(); fDesc[0] = "Hey, come to see new free salute screensaver! Various salute colors and effects will not leave you indifferent to this screensaver. Salute screensaver has no sound, we don't want to put you off. But please return and check for updates! City Salute screensaver is very compact and fast. For any screen resolution and Vista compatible. Simple to install and use. Just a few clicks and it is in your system!"; 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 = ''; } }