function changeProductImage(link, big)
{
    $('mainPicture').src=link.href;
    $('zoomLink').href=big;
    return false;
}
