//--詳細画面へ
function sw_det(id){
	window.location.href="detail.php?&data_id=" + id;
}

