
	// ページ送り
	function pageMove( pg ) {

		document.form_search.pg.value  = pg;
		document.form_search.submit();

	}


