
function displayBulle(selector){

        //alert("dsffdsfs");

        var content = ''

        switch(selector){

                case "registerEvent":
                                content = 'To register, please click on the link to the description of the relevant event<br>under "Next Events"';
                                break;

                case "by-teleconference":
                                content = 'teleconference . Participating in the event from beyond Brussels';
                                break;

                case "dialinto":
                                content = 'test3';
                                break;

                case "dialout":
                                content = 'test4';
                                break;

				case "maintenance":
                                content = 'Due to an upgrade, the registration process for the discussion on 19 February is temporarily unavailable.<br/>Thank you for your patience';
                                break;                             

                default:
                                break;

        }



        AffBulle(content);



}

