function photoGalleryView (href, text) {
    elt('photoGalleryView_img').src = href;
    write_inner ('photoGalleryView_text', text);
    show_item ('photoGalleryView');
    return false;
}
