	function switchDia(from,to,total) {
			Effect.Fade('dia_' + from);
			Effect.Appear('dia_' + to);
		}