function activateOnLoad() {
                       if ( window.fixLinks != null ) fixLinks();
                       if ( window.hideDivs != null ) hideDivs("intro");
                       if ( window.getcontent_height0 != null ) getcontent_height0();
		       getDivHeight();
                       setFooter();
                }

                window.onload = activateOnLoad;