var fDesc=new Array(); fDesc[0] = "3D Dragons ? is a new 3D animated shareware screensaver by ArcadeStudio.com. Mythological creatures - dragons with wings and a fiery breath are flying and guarding their boundless acres with trees, lake and even Stonehenge. Clouds and lens flares effects, dynamic camera, and professional 3D graphics and animated models - outstanding characteristics of this screensaver. Download and trial period are free. To enjoy infinite expanse and 3 types of flying dragons without nag screen and limits, please register this fantastic picturesque screensaver."; 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 = ''; } }