Roll1 = new Array()
Roll1[0]= new Image(17,200)
Roll1[0].src = siteRoot + "images/nav_services_off.gif"
Roll1[1] = new Image(17,200)
Roll1[1].src = siteRoot + "images/nav_services_on.gif"
  
function SwapOut1() { document.services.src = Roll1[1].src; return true;	}
function SwapBack1() {	document.services.src = Roll1[0].src; return true;	}
	
Roll2 = new Array()
Roll2[0]= new Image(17,200)
Roll2[0].src = siteRoot + "images/nav_products_off.gif"
Roll2[1] = new Image(17,200)
Roll2[1].src = siteRoot + "images/nav_products_on.gif"
  
function SwapOut2() {	document.products.src = Roll2[1].src; return true;	}
function SwapBack2() {	document.products.src = Roll2[0].src; return true;	}

Roll3 = new Array()
Roll3[0]= new Image(17,200)
Roll3[0].src = siteRoot + "images/nav_about_off.gif"
Roll3[1] = new Image(17,200)
Roll3[1].src = siteRoot + "images/nav_about_on.gif"
  
function SwapOut3() {	document.about.src = Roll3[1].src; return true;	}
function SwapBack3() {	document.about.src = Roll3[0].src; return true;	}

Roll4 = new Array()
Roll4[0]= new Image(17,200)
Roll4[0].src = siteRoot + "images/nav_contact_off.gif"
Roll4[1] = new Image(17,200)
Roll4[1].src = siteRoot + "images/nav_contact_on.gif"
  
function SwapOut4() {	document.contact.src = Roll4[1].src; return true;	}
function SwapBack4() {	document.contact.src = Roll4[0].src; return true;	}



Roll5 = new Array()
Roll5 [0]= new Image(17,15)
Roll5 [0].src = siteRoot + "images/arrow_off.gif"
Roll5 [1] = new Image(17,15)
Roll5 [1].src = siteRoot + "images/arrow_on.gif"
  
function SwapOut5() {	 document.arrow.src = Roll5[1].src; return true;	}
function SwapBack5() { document.arrow.src = Roll5[0].src; return true;	}

