<!-- Use this on an option group to go to the selected URL -->
function getSelect(s) {
 return s.options[s.selectedIndex].value;
}

function roll(img_name, img_src)
{
	document[img_name].src = img_src;
}
