            Shadowbox.loadSkin('classic', 'src/skin');
            Shadowbox.loadLanguage('en', 'src/lang');
            Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], 'src/player');

            window.onload = function(){

                Shadowbox.init();

                /**
                 * Note: The following function call is not necessary in your own project.
                 * It is only used here to set up the demonstrations on this page.
                 */

            };
            <!--

            sfHover = function() {
                var sfEls = document.getElementById("shopMenu").getElementsByTagName("LI");
                for (var i=0; i<sfEls.length; i++) {
                    sfEls[i].onmouseover=function() {
                        this.className+=" sfhover";
                    }
                    sfEls[i].onmouseout=function() {
                        this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
                    }
                }
            }
            if (window.attachEvent) window.attachEvent("onload", sfHover);



            function toggleDiv(id,flagit) {
                if (flagit=="1"){
                    if (document.layers)
                    {
                        document.layers[''+id+''].visibility = "show";
                        document.layers[''+id+''].style.display = "block";
                    }
                    else if(document.all)
                    {
                        document.all[''+id+''].style.visibility = "visible";
                        document.all[''+id+''].style.display = "block";
                    }
                    else if (document.getElementById)
                    {
                        document.getElementById(''+id+'').style.visibility = "visible";
                        document.getElementById(''+id+'').style.display = "block";
                    }
                }

                else
                    if (flagit=="0"){
                        if (document.layers)
                        {
                            document.layers[''+id+''].visibility = "hide";
                            document.layers[''+id+''].style.display = "none";
                        }
                    else if (document.all)
                    {
                        document.all[''+id+''].style.visibility = "hidden";
                        document.all[''+id+''].style.display = "none";
                    }
                    else if (document.getElementById)
                    {
                        document.getElementById(''+id+'').style.visibility = "hidden";
                        document.getElementById(''+id+'').style.display = "none";
                    }
                }
            }


            $(document).ready(function(){
                var wWidth = $(window).width();
                if(wWidth > 1430)
                {

                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px auto");
                }
                else if (wWidth > 1210)
                {
                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px auto");
                    $("#footerText").css("margin", "0px auto");
                    //$("h1").css("left", "0px auto 0px 225px");
                }
                 else if (wWidth < 1000)
                {
                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px");
                    //$("h1").css("left", "0px auto 0px 225px");
                }
                else
                {
                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px auto");
                    $("#footerText").css("margin", "0px auto");
                }
            }
            //showBannerLeft()
        );
            $(window).resize(function() {
                var wWidth = $(window).width();
                if(wWidth > 1430)
                {

                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px auto");
                }
                else if (wWidth > 1210)
                {
                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px auto");
                    $("#footerText").css("margin", "0px auto");
                    //$("h1").css("left", "0px auto 0px 225px");
                }
                 else if (wWidth < 1000)
                {
                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px");
                    //$("h1").css("left", "0px auto 0px 225px");
                }
                else
                {
                    $("#leftBannerAbsolute").hide();
                    $("#elektro").css("margin", "0px auto");
                    $("#footerText").css("margin", "0px auto");
                }
            });

            -->
