var edButtons = new Array();
edButtons[edButtons.length] =
new edButton('ed_strong'
,'bold'
,''
,''
,'b'
);
edButtons[edButtons.length] =
new edButton('ed_em'
,'italic'
,''
,''
,'i'
);
edButtons[edButtons.length] =
new edButton('ed_link'
,'link'
,''
,''
,'a'
); // special case
edButtons[edButtons.length] =
new edButton('ed_block'
,'bquote'
,''
,'
'
,'q'
);
edButtons[edButtons.length] =
new edButton('ed_pre'
,'code'
,''
,'
'
,'c'
);
edButtons[edButtons.length] =
new edButton('ed_strike'
,'strike'
,''
,''
,'s'
);
edButtons[edButtons.length] =
new edButton('ed_branket'
,'branket'
,'<'
,'>'
,'h'
);