PROGRESS_URL = "http://pgm.priusdays.net/bbs/?p=";

function progressJump(obj){
	var sel = obj.page;
	if(sel.options[sel.selectedIndex].value != ""){
		location.href = PROGRESS_URL+sel.options[sel.selectedIndex].value;
	}
}