function goAddressbook()
{
	if (document.search.ab.selectedIndex <= 0) {
		alert("アドレスブックを選択してください。");
		return;
	}
	document.search.submit();
}

