var edButtons = new Array();
edButtons[edButtons.length] =
new edButton('ed_strong'
,'מודגש'
,''
,''
,'b'
);
edButtons[edButtons.length] =
new edButton('ed_em'
,'נטוי'
,''
,''
,'i'
);
edButtons[edButtons.length] =
new edButton('ed_strike'
,'קו חצוי'
,''
,''
,'s'
);
edButtons[edButtons.length] =
new edButton('ed_link'
,'קישור'
,''
,''
,'a'
); // special case