var PlenaryAttacheds = new Class.create({

    view: function()
    {
    	$("element_img").toggleClassName("current");
    	$("element_others").toggleClassName("current");

    	$("wrapper_img").toggle();
    	$("wrapper_others").toggle();
    }

});

var plenaryAttacheds = new PlenaryAttacheds();
