            ddaccordion.init({ //top level headers initialization
            	headerclass: "expandable", //Shared CSS class name of headers group that are expandable
            	contentclass: "categoryitems", //Shared CSS class name of contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["openheader", "closedheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //2nd level headers initialization
            	headerclass: "subexpandable", //Shared CSS class name of sub headers group that are expandable
            	contentclass: "subcategoryitems", //Shared CSS class name of sub contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["opensubheader", "closedsubheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //3nd level headers initialization
            	headerclass: "subsubexpandable", //Shared CSS class name of sub headers group that are expandable
            	contentclass: "subsubcategoryitems", //Shared CSS class name of sub contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: false, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["opensubsubheader", "closedsubsubheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //top level headers initialization
            	headerclass: "expandable_other_drinks", //Shared CSS class name of headers group that are expandable
            	contentclass: "categoryitems_other_drinks", //Shared CSS class name of contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["openheader_other_drinks", "closedheader_other_drinks"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //2nd level headers initialization
            	headerclass: "subexpandable_other_drinks", //Shared CSS class name of sub headers group that are expandable
            	contentclass: "subcategoryitems_other_drinks", //Shared CSS class name of sub contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["opensubheader_other_drinks", "closedsubheader_other_drinks"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //3nd level headers initialization
            	headerclass: "subsubexpandable_other_drinks", //Shared CSS class name of sub headers group that are expandable
            	contentclass: "subsubcategoryitems_other_drinks", //Shared CSS class name of sub contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: false, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["opensubsubheader_wines", "closedsubsubheader_wines"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //top level headers initialization
            	headerclass: "expandable_wines", //Shared CSS class name of headers group that are expandable
            	contentclass: "categoryitems_wines", //Shared CSS class name of contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["openheader_wines", "closedheader_wines"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //2nd level headers initialization
            	headerclass: "subexpandable_wines", //Shared CSS class name of sub headers group that are expandable
            	contentclass: "subcategoryitems_wines", //Shared CSS class name of sub contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["opensubheader_wines", "closedsubheader_wines"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            
            ddaccordion.init({ //3nd level headers initialization
            	headerclass: "subsubexpandable_wines", //Shared CSS class name of sub headers group that are expandable
            	contentclass: "subsubcategoryitems_wines", //Shared CSS class name of sub contents group
            	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
            	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
            	collapseprev: false, //Collapse previous content (so only one open at any time)? true/false 
            	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
            	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
            	animatedefault: false, //Should contents open by default be animated into view?
            	persiststate: true, //persist state of opened contents within browser session?
            	toggleclass: ["opensubsubheader_wines", "closedsubsubheader_wines"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
            	togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
            	animatespeed: "normal", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
            	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
            		//do nothing
            	},
            	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
            		//do nothing
            	}
            })
            var flashvars = {};
            flashvars.settingsXML = "http://www.kratochvilovci.cz/banner/xml/settings.xml";
            var flashvars1 = {};
            flashvars1.settingsXML = "http://www.kratochvilovci.cz/banner/xml/settings1.xml";
            var flashvars2 = {};
            flashvars2.settingsXML = "http://www.kratochvilovci.cz/banner/xml/settings2.xml";
            var params = {};
            params.scale = "noscale";
            params.salign = "tl";
            params.wmode = "transparent";
            var attributes = {};
            swfobject.embedSWF("http://www.kratochvilovci.cz/banner/banner.swf", "flashBanner", "541", "185", "9.0.0", false, flashvars, params, attributes);
            swfobject.embedSWF("http://www.kratochvilovci.cz/banner/banner.swf", "flashWhereFindUs", "193", "300", "9.0.0", false, flashvars1, params, attributes);
            swfobject.embedSWF("http://www.kratochvilovci.cz/banner/banner.swf", "flashAdvertisement", "193", "320", "9.0.0", false, flashvars2, params, attributes);

            function toggle() {
                var ele = document.getElementById("toggle_text");
                var text = document.getElementById("display_text");
                var textHTML = text.innerHTML;
                if(ele.style.display == "block") {
                    ele.style.display = "none";
                    text.innerHTML = "Zobrazit podrobný popis";
                } else {
                    ele.style.display = "block";
                    text.innerHTML = "Skrýt podrobný popis";
                }
            } 
            $(document).ready(function(){
                $(".colorbox").colorbox();
            });
