﻿$(document).ready(function() {
    $(".image").bind("contextmenu", function() {
        return false;
    });
});
