var edButtons = new Array();
edButtons[edButtons.length] =
new edButton('ed_strong'
,'b'
,''
,''
,'b'
);
edButtons[edButtons.length] =
new edButton('ed_em'
,'i'
,''
,''
,'i'
);
edButtons[edButtons.length] =
new edButton('ed_strike'
,'strike'
,''
,''
,'s'
);
edButtons[edButtons.length] =
new edButton('ed_link'
,'link'
,''
,''
,'a'
); // special case
edButtons[edButtons.length] =
new edButton('ed_block'
,'b-quote'
,'
' ,'' ,'q' ); edButtons[edButtons.length] = new edButton('ed_pre' ,'code' ,'
'
,''
,'c'
);
edButtons.push(
new edButton(
'ed_img'
,'img'
,''
,''
,'m'
,'-1'
)
); // special case
edButtons.push(
new edButton(
'ed_ul'
,'ul'
,'