function switchPhotos(photoId)
{
    $$('#big_photo img').first().src = "/big/"+photoId;
    $('big_photo').href = "/image/"+photoId;
}