function drop1(id)
	{
		Effect.SlideDown(id);
		Element.show(id);
	}	
