with (classes) {
//
with (OCP) {
//
OCP.Banner = function ()
{
 // with (GUI.Common.Alignable) call(this, AlignTop, null, null, 168);

 with (GUI.Common.Alignable) call(this, AlignTop, null, null, 144);

 with (Banner)
 {
  with (this)
  {
   with (GUI.Common.Alignable) with (getElementsByTagName("img"))
   {
    call(item(0), AlignLeft, null, 560);
    call(item(1), AlignRight, null, 232);
    call(item(2), AlignClient);
   }
  }
 }

 return this;
}
//
Banner.construct = function (The_HTMLDivElement) { return Banner.call(The_HTMLDivElement); }
//
}
//
}
