intSizeIcons);
if (strKeyHelp!=null && strKeyHelp.length()>0)
{
if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_XXSMALL)
super._btnHelpPartThisFrame = new GfrBcnJhpOflOthXXSmall(mlrEffectsBorder, strKeyHelp);
else if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_XSMALL)
super._btnHelpPartThisFrame = new GfrBcnJhpOflOthXSmall(mlrEffectsBorder, strKeyHelp);
else if (intSizeIcons == GfrFactoryIconAbs.INT_SIZE_LARGE)
super._btnHelpPartThisFrame = new GfrBcnJhpOflPartLarge(mlrEffectsBorder, strKeyHelp);
else