var cms = jQuery.noConflict();
cms(document).ready(function(){
    cms(".button2").click(function () {
		cms("#othericons").slideToggle("slow");
        cms(this).children(".arrow").toggle();
            return false;
    });
});
cms(document).ready(function(){
    cms(".button3").click(function () {
		cms("#othericons3").slideToggle("slow");
        cms(this).children(".arrow").toggle();
            return false;
    });
});
