function onGroupLinkClick( item )
{
	Effect.toggle( "group"+item, "blind", { duration: 0.5 } );
}
