function photoright($pic, $pic_tn, $album, $photoTtl, $fromUrl, $lan)
{
    $photoTtl = removeSp($photoTtl);
    $ret = '<a href="foto_large.php';
    $ret .= '?lan=' . $lan;
    $ret .= '&amp;album=' . $album;
    $ret .= '&amp;photoTtl=' . $photoTtl;
    $ret .= '&amp;fromUrl=' . $fromUrl;
    $ret .= '&amp;photoFile=' . $pic;
    $ret .= '" ';
    $ret .= exp_title($photoTtl, $lan);
    $ret .= '>';
    $ret .= '<img src="img/' . $pic_tn . '" class="img-responsive img-rounded picturerightfs" alt="' . $photoTtl . '" />';
    $ret .= '</a>';
    print $ret;
}
function photoright($pic, $pic_tn, $album, $photoTtl, $fromUrl, $lan)
{
    $photoTtl = respace($photoTtl);
    $ret = '<a href="m.foto_large.php';
    $ret .= '?lan=' . $lan;
    $ret .= '&amp;album=' . $album;
    $ret .= '&amp;photoTtl=' . $photoTtl;
    $ret .= '&amp;fromUrl=' . $fromUrl;
    $ret .= '&amp;photoFile=' . $pic;
    $ret .= '" ';
    $ret .= exp_title($photoTtl, $lan);
    $ret .= '>';
    $ret .= '<img src="img/' . $pic_tn . '" align="right" class="picright img-responsive  ui-corner-all" alt="' . $photoTtl . '" />';
    $ret .= '</a>';
    print $ret;
}