function readmore(el, horizontal, vertical, position)
{

	new Effect.Move(el, { x: horizontal, y: vertical, mode: position });

}