function cart(id)
	{
alert('insert good '+id+' into cart');
	}


function fastbuy(id)
	{
alert('fast buy good:'+id);
	}
