function selectIndex() {
	var url = document.getElementById("selectindex").options[document.getElementById("selectindex").selectedIndex].value;
	location.href = url;
	return false;
}