/************************
 会計処理ページに移動する
************************/
function toggle_to_check( sw )
{
	if ( sw != 0 )
	{
		$("#toCheck").css("display","block");
	}
	else
	{
		$("#toCheck").css("display","none");
	}
}

/************************
 買い物かごを初期化する
************************/
function init_cart_style()
{
//	resizeto(800,200);
	focus();
}

//function cart_link( id )
//{
//    fn = '/~fu19674/ec/cartsys/toCart.php?bkid=' + id + "&tm=" + time();
//    window.open( fn, 'CARTLIST', 'width=800,height=200,scrollbars=yes,resizable=yes');
//}



