function gotoChild()
{
	box = document.forms['crumbpathform'].gotochild;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
