$(document).ready(function()
    {

        //menü
     //   droplinemenu.buildmenu("horizontalmenu");


        //slideshow startseite
        $("#startseite_slideshow").showcase({
            images: eval(startseitePictures),
            width: "970",
            height: "485",
            css: { },
            animation: {
                interval: 5000,
                type: "fade",
                stopOnHover: true,
                easefunction: "swing",
                speed: 1000
            },
            navigator: {
                autoHide: true,
                position: "bottom-right",
                css: {
                    padding:"0px",
                    margin: "0px 10px 10px 0px"
                },
                showMiniature: true,
                item: {
                    css: {
                        height:"45px",
                        "margin-left": "10px",
                        "-moz-border-radius": "0px",
                        "-webkit-border-radius": "0px",
                        opacity:"0.7",
                        filter:"alpha(opacity=70)",
                        width: "60px",
                        border: "0"
                    },
                    cssHover: {
                        opacity:"1",
                        filter:"alpha(opacity=100)",
                        border: "0"
                    },
                    cssSelected: {
                        opacity:"1",
                        filter:"alpha(opacity=100)",
                        border: "0"
                    }
                }
            },
            titleBar: {
                enabled: false
            }
        });



    });


