var edButtons = new Array(); edButtons[edButtons.length] = new edButton('ed_strong' ,'fett' ,'' ,'' ,'b' ); edButtons[edButtons.length] = new edButton('ed_em' ,'kursiv' ,'' ,'' ,'i' ); edButtons[edButtons.length] = new edButton('ed_link' ,'Link' ,'' ,'' ,'a' ); // special case edButtons[edButtons.length] = new edButton('ed_strike' ,'unterstrichen' ,'' ,'' ,'u' ); edButtons[edButtons.length] = new edButton('ed_strike' ,'gestrichen' ,'' ,'' ,'s' );