var edButtons = new Array();
edButtons[edButtons.length] =
new edButton('ed_strong'
,'Negrito'
,''
,''
,'b'
);
edButtons[edButtons.length] =
new edButton('ed_em'
,'Itálico'
,''
,''
,'i'
);
edButtons[edButtons.length] =
new edButton('ed_u'
,'Underline'
,''
,''
,'u'
);
edButtons[edButtons.length] =
new edButton('ed_link'
,'Link'
,''
,''
,'a'
); // special case