function ini(){
	ind= new caixa_mov({
		id:"cos_llista",
		max:$("#cos_llista #_caixa").height()-100,
		translacio:105,
		temps:600,
		orientacio:"y"
	});

}
function apat_seg(){
	ind.seg();
}

function apat_ant(){
	ind.ant();
}

function mFoto(nom){
	$("#foto").attr("alt","Imatge no diponible. Disculpin les molèsties.");
	$("#foto").attr("src","../imatges/plats/"+nom);
}