function childToBack(layt, obj){ if( layt.GetChildOrder( obj ) > 0 ){ layt.RemoveChild(obj); layt.AddChild(obj,0); } }