this._pnlPhone_ = new GfrPnlKeyValueTfdMedium("Phone:", GfrWrpBasSynObjNameTloWms.getInstance().getTelephoneVoiceContact(strIdObject));
this._pnlFax_ = new GfrPnlKeyValueTfdMedium("Fax:", GfrWrpBasSynObjNameTloWms.getInstance().getTelephoneFacsimileContact(strIdObject));
this._pnlEmailAddress_ = new GfrPnlKeyValueTfdMedium("Email address:", GfrWrpBasSynObjNameTloWms.getInstance().getEmailAddressContact(strIdObject));
this._pnlPostalAddress_ = new GfrPnlKeyValueEpnHtmlLarge("Postal address:",
GfrPnlTabsSettingsInfObjServerWmsContact._s_getFormattedHtmlPostalAddress_(strIdObject),
100 // height of textArea
);
}