function ini(){
	$("#miss").fadeOut(0);

	ind= new caixa_mov({
		id:"cos_llista",
		max:$("#cos_llista #_caixa").height()-300,
		translacio:170,
		temps:700,
		orientacio:"y"
	});

	$("#empresa").focus();
	img.com.carregar("bot1","../imatges/bot_1.png")
}
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);
}

function enviar(){
	if(comprovar_form({camps:["nom","email","data","lloc"]})){
	//es pot porsseguir
		$("#form").submit();
	}else{
	//falta omplir camps
		alert("Los campos marcados en naranja son obligatórios.");
	}
}
