var edButtons = new Array();
edButtons[edButtons.length] =
new edButton('ed_strong'
,'Bold'
,''
,''
,'Bold'
);
edButtons[edButtons.length] =
new edButton('ed_em'
,'Italicize'
,''
,''
,'Italicize'
);
edButtons[edButtons.length] =
new edButton('ed_u'
,'Underline'
,''
,''
,'Underline'
);