// rollover script

if (document.images){

// main nav
        ggnaon = new Image();
        ggnaon.src = "http://www.glenwoodgso.org/images/nav-aboutggna-w.gif";
        ggnaoff = new Image();
        ggnaoff.src = "http://www.glenwoodgso.org/images/nav-aboutggna-b.gif";
        
        newson = new Image();
        newson.src = "http://www.glenwoodgso.org/images/nav-news-w.gif";
        newsoff = new Image();
        newsoff.src = "http://www.glenwoodgso.org/images/nav-news-b.gif";
        
        projectson = new Image();
        projectson.src = "http://www.glenwoodgso.org/images/nav-projects-w.gif";
        projectsoff = new Image();
        projectsoff.src = "http://www.glenwoodgso.org/images/nav-projects-b.gif";
        
        gwon = new Image();
        gwon.src = "http://www.glenwoodgso.org/images/nav-aboutgw-w.gif";
        gwoff = new Image();
        gwoff.src = "http://www.glenwoodgso.org/images/nav-aboutgw-b.gif";
        
        linkson = new Image();
        linkson.src = "http://www.glenwoodgso.org/images/nav-links-w.gif";
        linksoff = new Image();
        linksoff.src = "http://www.glenwoodgso.org/images/nav-links-b.gif";       
}

function swapem(iname, gname) {
if (document.images){
        iname.src = gname.src;
}}


//-->
