function appear (id1,id2) {
	Effect.Appear(id1);
	Effect.Appear(id2);
}
