/**
 * Öffnet FancyBox Popup
 * @param Bildpfad
 * @author Kim-Christian Meyer
 * @modified 2011-02-3, jQuery Version with FancyBox
 */


function openimage(file) {
    var link = $("#gallery a[href='" + file + "']");
    link.click();
}
