function check_in1(goods_num,goods_iden,goods_int,s_option)
{



	if(document.F && document.F.elements["gi_num[]"] && check_checked(document.F.elements["gi_num[]"]))
	{

		var gi_num_chk	= document.F.elements["gi_num[]"];

		//F.target = "/inc/iframe/iframe.html?mode=cart_in2";
		F.action = "/order/order_check.html?check_mode=direct"+"&s_option="+s_option;
		F.target = "";
		F.submit();

	}
	else
	{

		document.location.href = "/order/order_check.html?check_mode=direct&goods_num="+goods_num+"&goods_iden="+goods_iden+"&goods_int="+goods_int+"&s_option="+s_option;

	}

}
