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_link' ,'link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_block' ,'“' ,'
' ,'' ,'q' );