<!-- HIDE SCRIPTS FROM OTHERS

var rolls = new Array(29)
rolls[0] = new Image()
rolls[0].src = "/admin/purchstores/nav_graphics/buyer_down.gif"
rolls[1] = new Image()
rolls[1].src = "/admin/purchstores/nav_graphics/resources_down.gif"
rolls[2] = new Image()
rolls[2].src = "/admin/purchstores/nav_graphics/emergency_down.gif"
rolls[3] = new Image()
rolls[3].src = "/admin/purchstores/nav_graphics/vendor_down.gif"
rolls[4] = new Image()
rolls[4].src = "/admin/purchstores/nav_graphics/conpurchasing_down.gif"
rolls[5] = new Image()
rolls[5].src = "/admin/purchstores/nav_graphics/news_down.gif"
rolls[6] = new Image()
rolls[6].src = "/admin/purchstores/nav_graphics/eproc_down.gif"
rolls[7] = new Image()
rolls[7].src = "/admin/purchstores/nav_graphics/online_down.gif"
rolls[8] = new Image()
rolls[8].src = "/admin/purchstores/nav_graphics/payables_down.gif"
rolls[9] = new Image()
rolls[9].src = "/admin/purchstores/nav_graphics/commodity_down.gif"
rolls[10] = new Image()
rolls[10].src = "/admin/purchstores/nav_graphics/know_down.gif"
rolls[11] = new Image()
rolls[11].src = "/admin/purchstores/nav_graphics/service_down.gif"
rolls[12] = new Image()
rolls[12].src = "/admin/purchstores/nav_graphics/mission_down.gif"
rolls[13] = new Image()
rolls[13].src = "/admin/purchstores/nav_graphics/client_down.gif"
rolls[14] = new Image()
rolls[14].src = "/admin/purchstores/nav_graphics/constores_down.gif"
rolls[15] = new Image()
rolls[15].src = "/admin/purchstores/nav_graphics/buyer_down.gif"
rolls[16] = new Image()
rolls[16].src = "/admin/purchstores/nav_graphics/outreach_down.gif"
rolls[17] = new Image()
rolls[17].src = "/admin/purchstores/nav_graphics/contracts_down.gif"
rolls[18] = new Image()
rolls[18].src = "/admin/purchstores/nav_graphics/feedback_down.gif"
rolls[19] = new Image()
rolls[19].src = "/admin/purchstores/nav_graphics/who_down.gif"
rolls[20] = new Image()
rolls[20].src = "/admin/purchstores/nav_graphics/how_much_down.gif"
rolls[21] = new Image()
rolls[21].src = "/admin/purchstores/nav_graphics/travel_down.gif"
rolls[22] = new Image()
rolls[22].src = "/admin/purchstores/nav_graphics/purchlink_down.gif"
rolls[23] = new Image()
rolls[23].src = "/admin/purchstores/nav_graphics/vendorinfo_down.gif"
rolls[24] = new Image()
rolls[24].src = "/admin/purchstores/nav_graphics/supplier_down.gif"
rolls[25] = new Image()
rolls[25].src = "/admin/purchstores/nav_graphics/supplier_down.gif"
rolls[26] = new Image()
rolls[26].src = "/admin/purchstores/nav_graphics/payables2_down.gif"
rolls[27] = new Image()
rolls[27].src = "/admin/purchstores/nav_graphics/uware_down.gif"
rolls[28] = new Image()
rolls[28].src = "/admin/purchstores/nav_graphics/research_down.gif"
rolls[29] = new Image()
rolls[29].src = "/admin/purchstores/nav_graphics/bdpsearch_down.gif"
rolls[30] = new Image()
rolls[30].src = "/admin/purchstores/nav_graphics/green_down.gif"

function imgDown(name){
	var thisImg = eval("document." + name);
	thisImg.src = "/admin/purchstores/nav_graphics/" + name + "_down.gif";
	}
	
function imgUp(name){
	var thisImg = eval("document." + name);
	thisImg.src = "/admin/purchstores/nav_graphics/" + name + "_up.gif";
	}

function goCommod(){
	var comm = document.comm_select.commodity.options[document.comm_select.commodity.selectedIndex].value;
	document.location = "home_commodity/" + comm + ".html";
	}

function goTopic(that){
	var page = that.options[that.selectedIndex].value;
	document.location = page;
	}

function newwindow() {
	window.open('def1.html','jav','width=400,height=450,resizable=yes');
	}

function goPage(){
	var newPage = document.disaster.page.options[document.disaster.page.options.selectedIndex].value
	document.location = newPage;
	}

function sendMsg(){
	
	var message = document.form.category.options[document.form.category.selectedIndex].value
	if(message == "buyhelp@u.washington.edu"){document.form.msg.value="Your message is being sent to Purchasing and Stores"}
	if(message == "pashelp@u.washington.edu"){document.form.msg.value="Your message is being sent to PAS Help"}
	if(message == "eprocure@u.washington.edu"){document.form.msg.value="Your message is being sent to eProcurement"}
	if(message == "aphelp@u.washington.edu"){document.form.msg.value="Your message is being sent to Payables Administration"}
	if(message == "procard@u.washington.edu"){document.form.msg.value="Your message is being sent to ProCurement Card"}
	if(message == "traveluw@u.washington.edu"){document.form.msg.value="Your message is being sent to the UW Travel Office"}
	if(message == "Other"){document.form.msg.value="Your message is being sent to Purchasing and Stores"}
	
	}
	
function searchMsg() {
	
	var message = "<html><head><title>Untitled</title></head><body><p style='font-family: arial, helvetica; font-size: 12px'><b>Search Available March 31</b><br><br>Our new site just went live on February 18 and Google has not yet indexed it.<br><br>Please see our <b><a href=\"javascript:window.opener.location='http://www.washington.edu/admin/purchstores/sitemap.html'; window.close()\">sitemap</a></b> for a quick reference to topics found on this site.</p></body></html>"

	var myWin = window.open('','jav','width=300,height=200,resizable=no');
	myWin.document.write(message)
	myWin.document.close()
	}
	

	
// -->
