function pop_db(str){
	call_str = "/db/index.php?option=" + str + "&file=1&zooma=0&hyoji=picture.php";

	opendb(call_str);

}

function chg_born_year(myForm, s_year , sesou ){

var n = myForm.selectedIndex;
var b_year = myForm.options[n].value;
var param_str = "index.php?select_year=" + s_year + "&born_year=" + b_year + "&sesou=" + sesou;

	location.href = param_str;

}