//lemonelle.ch flashcalls © pixelgesicht.ch - using lightview by Nick Stakenburg
//called by flash
function showPresse() {
    Lightview.show({
        href: '#kapitel1',
        title: 'Presse- und andere Stimmen',

options: {

            topclose: true,

        }

    });

}

function showKontakt() {
    Lightview.show({
        href: '#kapitel2',
        title: 'Le Monelle Kontakt',

options: {

            topclose: true,

        }

    });

}

function showBio() {
    Lightview.show({
        href: '#kapitel3',
        title: 'Biographien von Jacqueline Bernard und Regua B&uuml;hler',

options: {

            topclose: true,

        }

    });

}

function showLinks() {
    Lightview.show({
        href: '#kapitel4',
        title: 'Links &mdash wie weiter im Internet',

options: {

            topclose: true,

        }

    });

}

function showBeteiligte() {
    Lightview.show({
        href: '#kapitel5',
        title: 'Produktionsbeteiligte &mdash; Helfer rund um Le Monelle',

options: {

            topclose: true,

        }

    });

}

function showProduktionen() {
    Lightview.show({
        href: '#kapitel6',
        title: 'Produktionen &mdash; was Le Monelle auf die Beine stellen',

options: {
            topclose: true,

        }

    });

}

function showGalerie() {
    Lightview.show({
        href: '#galerie',
        title: 'Bilder von Le Monelle',
        options: {
            topclose: true,

        }

    });

}

function showCredits() {
    Lightview.show({
        href: '#credits',
        title: 'Informatinen zu lemonelle.ch',
        options: {
            topclose: true,
        }

    });

}


//called by page
function hideAll() {
    Element.hide('noScriptNav');
    Element.hide('noScriptBild');
    Element.hide('overlay');
    Element.hide('wrapper');
    Element.hide('kapitel1');
    Element.hide('kapitel2');
    Element.hide('kapitel3');
    Element.hide('kapitel4');
    Element.hide('kapitel5');
    Element.hide('kapitel6');

}
function hideBox() {
    hideAll();

}
