﻿/// <reference path="jquery-1.3.2-vsdoc.js />
var ProductInfo =
{
    Init: function() {
        $('.additionalImages img').bind('click', function() {
            $('#ImageLg').attr('src', $(this).attr('src').replace('md', 'lg'));
        });
    }
};
