var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'bold' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_img' ,'img' ,'' ,'' ,'img' ); // special case edButtons[edButtons.length] = new edButton('ed_link' ,'url' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_strike' ,'strike' ,'' ,'' ,'s' );