﻿$(document).ready(function() {
    $("a#jesgLangEnglish,a#jesgLangWelsh").click(function() {
        $("#jesgEnglish").toggle();
        $("#jesgWelsh").toggle();
        $("#jesgLeftEnglish").toggle();
        $("#jesgLeftWelsh").toggle();
    });
});
