function addShrinker(name, control)
{
	window[name] = new Fx.Slide(control, {duration: 500});
}

