public InternalGump1(Mobile from, RackOfAgilityLarge ticket) : base(50, 50)
 {
     Closable   = true;
     Disposable = true;
     Dragable   = true;
     Resizable  = false;
     AddPage(0);
     AddBackground(6, 21, 385, 129, 9200);
     AddHtml(28, 45, 340, 70, @"This rack is used to enhance your evolution pets agility (you need atleast 1 of these to page a GM and have agility raised by 1.0 on your evolution pet)", true, true);
 }
			public InternalGump1( Mobile from, RackOfAgilityLarge ticket ) : base( 50, 50 )
			{
			Closable=true;
			Disposable=true;
			Dragable=true;
			Resizable=false;
			AddPage(0);
			AddBackground(6, 21, 385, 129, 9200);
			AddHtml( 28, 45, 340, 70, @"This rack is used to enhance your evolution pets agility (you need atleast 1 of these to page a GM and have agility raised by 1.0 on your evolution pet)",true,true);

			}