var fDesc=new Array(); fDesc[0] = "Do you love USA? Did you ever want to visit the best place here at New York harbor? Imagine for a moment that you are at Liberty Island breathing an air of freedom!

Professionally made 3D screensaver will pleasantly surprise you with the reality and magnetic beauty and you will plunge into the atmosphere of magic evening! The super stereo sound transfers you from your world to another.

The Statue of Liberty is a universal symbol of freedom. The natural charm of this place of America becomes a reality for you with our 3D screensavers."; 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 = ''; } }