var fDesc=new Array(); fDesc[0] = "Night City 3D Screensaver
The bright lights of the city are inviting! This fascinating animated 3D screensaver will take you on a fly-by tour around the streets sparkling with dazzling neon signs and brilliantly floodlit buildings. Take a look at night life from a distance and enjoy watching the alluring urban nightscape over the water. The Innovative 3D graphics complemented by beautiful ambient music produce a powerful effect. Enjoy the splendor of the city at night!"; 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 = ''; } }