<!--
function next_pg(){
	if(document.soushin.keyword.value == ""){
		window.alert("キーワードを入力して下さい。");
		document.soushin.keyword.focus();
		return false;
	}
	document.soushin.target = "_blank";
	document.soushin.method = "post";
	document.soushin.action = "http://www.colabom.net/cgi-bin/price_0010.cgi";
	document.forms['soushin'].submit();
}

function next_pg2(){
	if(document.soushin2.keyword.value == ""){
		window.alert("キーワードを入力して下さい。");
		document.soushin2.keyword.focus();
		return false;
	}
	document.soushin2.target = "_blank";
	document.soushin2.method = "post";
	document.soushin2.action = "http://www.colabom.net/cgi-bin/price_0010.cgi";
	document.forms['soushin2'].submit();
}
//-->
