function changePicture(path, alt, title, largePhotoPath)
{
    $("bigPhoto").src = path;
    $("bigPhoto").alt = path;
    $("bigPhoto").title = path;
    $("photoLarge").href = largePhotoPath;
}


