function click_area(i,dir,list) {
	document.fm_area.ar.value=document.fm_search.elements['sa['+i+']'].value;
//	document.fm_area.action="http://<?=$P_DIR_NAME?>.homegate.jp/search/<?=$S_LIST?>";
	document.fm_area.action="http://"+dir+".homegate.jp/search/"+list;
	document.fm_area.submit();
}
function page_move(p) {
	document.fm_move.apg.value=p;
	document.fm_move.submit();
}
function page_chg() {
	document.fm_move.apg.value=1;
	document.fm_move.dst.value=document.fm_change.dst.value;
	document.fm_move.dlm.value=document.fm_change.dlm.value;
	document.fm_move.submit();
}

