
startList = function() {
	if (document.all && document.getElementById) {
		navRoot = document.getElementById("dmenu");
		for (i=0; i < navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}

window.onload=startList;


Rollimage = new Array();

Rollimage[0] = new Image
Rollimage[0].src = "http://www.sillygoosy.com/images2/sg_21.jpg";

Rollimage[1] = new Image
Rollimage[1].src = "http://www.sillygoosy.com/images2/sg_23.jpg";

Rollimage[2] = new Image
Rollimage[2].src = "http://www.sillygoosy.com/images2/sg_19.jpg";

Rollimage[3] = new Image
Rollimage[3].src = "http://www.sillygoosy.com/images2/sg_17.jpg";

Rollimage[4] = new Image
Rollimage[4].src = "http://www.sillygoosy.com/images2/sg_21.jpg";

Rollimage[5] = new Image
Rollimage[5].src = "http://www.sillygoosy.com/images2/sg_15.jpg";

function SwapOut0(){
    document.home.src = Rollimage[5].src;
    return true;
  }

  function SwapBack0(){
    document.home.src = Rollimage[0].src; 
    return true;
  }
  
function SwapOut1(){
    document.about.src = Rollimage[5].src;
    return true;
  }

  function SwapBack1(){
    document.about.src = Rollimage[1].src; 
    return true;
  }
  
function SwapOut2(){
    document.shop.src = Rollimage[5].src;
    return true;
  }

  function SwapBack2(){
    document.shop.src = Rollimage[2].src; 
    return true;
  }
  
function SwapOut3(){
    document.media.src = Rollimage[5].src;
    return true;
  }

  function SwapBack3(){
    document.media.src = Rollimage[3].src; 
    return true;
  }
  
  function SwapOut4(){
    document.babyhealth.src = Rollimage[5].src;
    return true;
  }

  function SwapBack4(){
    document.babyhealth.src = Rollimage[1].src; 
    return true;
  }
  
function SwapOut5(){
    document.contact.src = Rollimage[5].src;
    return true;
  }

  function SwapBack5(){
    document.contact.src = Rollimage[4].src; 
    return true;
  }

