function swapNav(path,button) { 
	rollimg = /*"/"+*/ path+"/"+button+".gif";
	document.images[ button].src=rollimg;
	return;
}
