function showcart()
{
	$("#cart_block").css("display", "block");
}

function hidecart()
{
	$("#cart_block").css("display", "none");
}
