// JavaScript Document

function navi1(myURL) {
url = myURL.options[myURL.selectedIndex].value;
	if(url != "") {
		location.href = url;
	}
}

function navi2(myURL) {
url = myURL.options[myURL.selectedIndex].value;
	if(url != "") {
		location.href = url;
	}
}

function navi3(myURL) {
url = myURL.options[myURL.selectedIndex].value;
	if(url != "") {
		location.href = url;
	}
}

function navi4(myURL) {
url = myURL.options[myURL.selectedIndex].value;
	if(url != "") {
		location.href = url;
	}
}

function navi5(myURL) {
url = myURL.options[myURL.selectedIndex].value;
	if(url != "") {
		location.href = url;
	}
}
