// JavaScript Document




startList1 = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav1");
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", "");
   }
   }
  }
 }
}

startList2 = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav2");
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", "");
   }
   }
  }
 }
}

startList3 = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav3");
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", "");
   }
   }
  }
 }
}

startList4 = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav4");
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", "");
   }
   }
  }
 }
}
startList5 = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav5");
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="startList1();startList2()"

if (document.images) {
	
		aboutus1 = new Image
		aboutus2 = new Image
		
		aboutus1.src = "images/buttons/about_us.gif"
		aboutus2.src = "images/buttons/about_us_over.gif"
		
		//
		
		how_we_live1 = new Image
		how_we_live2 = new Image
		
		how_we_live1.src = "images/buttons/how_we_live.gif"
		how_we_live2.src = "images/buttons/how_we_live_over.gif"
		
		//
		
		where_we_live1 = new Image
		where_we_live2 = new Image
		
		where_we_live1.src = "images/buttons/where_we_live.gif"
		where_we_live2.src = "images/buttons/where_we_live_over.gif"
		
		//
		
		contact_us1 = new Image
		contact_us2 = new Image
		
		contact_us1.src = "images/buttons/contact_us.gif"
		contact_us2.src = "images/buttons/contact_us_over.gif"
				
		//
		
		home1 = new Image
		home2 = new Image
		
		home1.src = "images/buttons/home.gif"
		home2.src = "images/buttons/home_over.gif"
		
		//
		
		faqs1 = new Image
		faqs2 = new Image
		
		faqs1.src = "images/buttons/faqs.gif"
		faqs2.src = "images/buttons/faqs_over.gif"
		
	}
	else {
		
		aboutus1.src = ""
		aboutus2.src = ""
		
		how_we_live1.src = ""
		how_we_live2.src = ""
		
		where_we_live1.src = ""
		where_we_live2.src = ""
		
		contact_us1.src = ""
		contact_us2.src = ""
				
		home1.src = ""
		home2.src = ""
		
		faqs.src = ""
		faqs.src = ""
		
		document.button1 = ""
		document.button2 = ""
		document.button3 = ""
		document.button4 = ""
		document.button5 = ""
		document.button6 = ""
	}

	