function doRoll(who,what) {
	what="imagenav/"+what+".gif";
	who.src=what;
}

function doRoll2(who,what) {
	what="../imagenav/"+what+".gif";
	who.src=what;
}

function goto_url(object) {
    window.location.href = object.options[object.selectedIndex].value;
}