function PageSet(page, pmax){
	$("#sh_area").load("list.php?page=" + page);
	$("#pager_box").load("pager.php?page=" + page + "&pmax="+ pmax);
}
