var fDesc=new Array(); fDesc[0] = "Big City is amazing by day but even more amazing by night. Tour around its streets and enjoy a landscape painted by a palette of darkness and florescent lights in beautiful 3D screensaver. Big City Night offers different views of the city at night showing magnificent buildings, cars passing in the highways, the movement of the waves, among other beautiful things. It even includes a clock at the bottom of the screen, so you can know the time while you enjoy the views. Trial version includes a nag screen after a few seconds, but you can easily remove it by registering the full version."; 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 = ''; } }