function newwin_res(res_id){
	var url;
	url = 'https://www.kyotohotel.co.jp/reserve_res/kh/index.php?res_id='+res_id;
	window.open(url,'reserve_res','status=yes,resizable=yes,scrollbars=yes,location=yes,width=950,height=630,left=0,top=0');
}