function ini(){
	ind= new caixa_mov({
		id:"cos_llista",
		max:$("#_caixa").height()-230,
		translacio:230,
		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);
}