//お仕事ガイドを別ウインドウ表示
function changePage(id){
	var path = document.getElementById(id).value;
	if(path != "no"){
		window.open("http://www.nishino-g.ac.jp/guide/" + path,null);
	}
}
