// System level control variables var DEBUG = false; var SITE_ROOT = "http://www.ourhousefoundation.org/new/"; // Root location used var curBrowser = navigator.appName; // Supported: "Microsoft Internet // Explorer" and "Netscape" ////////////////////////////////////////////////// // function beginJS() { // if(DEBUG) // alert("Finishing Module Startup..."); // beginFade(); // Rotating Picture // for(var i = 0; i < subnavs.length; i++) { // el = subnavs[i]; // document.getElementById(el).style.zIndex = -1; // } // document.getElementById('mainContent').style.zIndex = 2; // } //////////////////////////////////////////////////