jQuery(document).ready(function() {
    addMenu();
});


function addMenu() {
        //dropdown lang menu
        jQuery('.dropDownButton').bind('mouseover', menu_open);
        jQuery('.dropDownButton').bind('mouseout',  menu_timer);
}
