var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'Boldface' ,'' ,'' ,'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' ,'Block Quote' ,'
' ,'
' ,'q' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'Strike' ,'' ,'' ,'s' );