') } function openClose(theID) { if (document.getElementById(theID).style.display == "block") { document.getElementById(theID).style.display = "none" } else { document.getElementById(theID).style.display = "block" } } function playMovie(moviename) { document.reel.SetURL(moviename); } function openSection(firstMovieUrl, sectionHtml) { //document.reel.Stop(); playMovie(firstMovieUrl); var movie_info = getAnObject("movie_info"); movie_info.innerHTML = sectionHtml; } /** * Cross-browser script to an object. Make sure id and name are set. * DOES NOT ALWAYS WORK WELL WITH LAYERS * found at apple developer site... author unknown **/ function getAnObject(objectId) { // cross-browser function to get an object's style object given its id if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId); } else if (document.all && document.all(objectId)) { // MSIE 4 DOM return document.all(objectId); } else if (document.layers && document.layers[objectId]) { // NN 4 DOM.. note: this won't find nested layers return document.layers[objectId]; } else { return false; } } // getAnObject /** * Cross-browser script to style object. Make sure id and name are set * DOES NOT ALWAYS WORK WELL WITH LAYERS * found at apple developer site... author unknown **/ function getStyleObject(objectId) { // cross-browser function to get an object's style object given its id if (document.all && document.all(objectId)) { // MSIE 4 DOM return document.all(objectId).style; } else if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId).style; } else if (document.layers && document.layers[objectId]) { // NN 4 DOM.. note: this won't find nested layers return document.layers[objectId]; } else { return false; } } // --> -->
MIXED GREENS

The Skyscraper Museum is devoted to the study of high-rise building, past, present, and future. The Museum explores tall buildings as objects of design, products of technology, sites of construction, investments in real estate, and places of work and residence. This site will look better in a browser that supports web standards, but it is accessible to any browser or Internet device.