	//this function supports the UNIT jump menu
	function jump(){
	//find out what is currently selected
 	var loc=document.site.jumpMenu.options
[document.site.jumpMenu.selectedIndex].text;
	//give the person the page they selected
	if (loc == "Nile Muse home"){
		location="http://www.nilemuse.com/index.html";
	}else if (loc == "Black Briar Oaks Arabians"){
		location="http://www.netpluscom.com/~bboaltd/index.html";
	}else if (loc == "Daughters of the Nile Arabians"){
		location="http://www.nilemuse.com/dona/index.html";
	}else if (loc == "Dynasty Egyptian Arabians"){
		location="http://www.nilemuse.com/Dynasty/index.html";
	}else if (loc == "Kyobi Arabians"){
		location="http://www.nilemuse.com/Kyobi/index.html";
	}else if (loc == "North Star Arabians"){
		location="http://www.nilemuse.com/NorthStar/index.html";
	}else if (loc == "Rainbow Crest Arabians"){
		location="http://www.nilemuse.com/RainbowCrest/index.html";
	}else if (loc == "Ravenwood Ranch"){
		location="http://www.nilemuse.com/Ravenwood/index.html";
	}else if (loc == "Woodvale Farm"){
		location="http://www.nilemuse.com/ghazalpg.html";
	}else if (loc == "Nile Musings"){
		location="http://www.nilemuse.com/muse/";
	}else if (loc == "Egyptian Links"){
		location="http://www.nilemuse.com/links.html";
	}else if (loc == "Eternally Yours"){
		location="http://www.nilemuse.com/eternal.html";
	}else if (loc == "Heavenly Horses"){
		location="http://www.nilemuse.com/heaven.html";
	}else if (loc == "Hieroglyphs for Hire"){
		location="http://www.nilemuse.com/muse.html";
	}else if (loc == "The Horse in Hieroglyphs"){
		location="http://www.nilemuse.com/horshome.html";
	}else if (loc == "Rameses' Great Horses"){
		location="http://www.nilemuse.com/edwards/index.html";
	}
}

