$(document).ready(function () {
    var SelfLocation = window.location.href.split('?');
    switch (SelfLocation[1]) {
        default:
            $(".MegaMenuLink").megamenu(".MegaMenuContent", {
                width: "757px"
            }); break;
    }
});
