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_strike'
,'Strikethrough'
,''
,''
,'s'
);
edButtons[edButtons.length] =
new edButton('ed_link'
,'Link'
,''
,''
,'a'
); // special case
edButtons[edButtons.length] =
new edButton('ed_block'
,'Blockquote'
,'
' ,'' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'Code' ,'
'
,''
,'c'
);