// JavaScript Document
/*
function findBranch(branch) {
 		window.location = 'contactus.php#' + branch;
}
*/
function findBranch()
{
	box = document.blocator.navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
