BLANK_IMAGE = 'images/b.gif';

var STYLE = {
        border:0,                        // item's border width, pixels; zero means "none"
        shadow:0,                        // item's shadow size, pixels; zero means "none"
        color:{
                border:"#666666",        // color of the item border, if any
                shadow:"#DBD8D1",        // color of the item shadow, if any
                bgON:"6C6882",                // background color for the items
                bgOVER:"#A8B9E7"        // background color for the item which is under mouse right now
        },
        css:{
                ON:"clsCMOn",                // CSS class for items
                OVER:"clsCMOver"        // CSS class  for item which is under mouse
        }
};
/*
var MENU_ITEMS = [
        {"pos":[10,215], "itemoff":[0,69], "leveloff":[24,0], "style":STYLE, "size":[25,70]},
        {code:"Sine",
                sub:[
                        {"itemoff":[21,0]},
                        {code:"SubItem 1", "format":{"size":[22,90]}},
                        {code:"SubItem 2", "format":{"size":[22,100]}},
                        {code:"SubItem 3", "format":{"size":[22,105]}},
                        {code:"SubItem 4", "format":{"size":[22,100]}},
                        {code:"SubItem 5", "format":{"size":[22,90]}},
                        {code:"SubItem 6", "format":{"size":[22,80]}},
                        {code:"SubItem 7", "format":{"size":[22,75]}},
                        {code:"SubItem 8", "format":{"size":[22,80]}},
                        {code:"SubItem 9", "format":{"size":[22,90]}}
                ]
        },
        {code:"Produkte", "format":{"size":[25,120]},
                sub:[
                        {itemoff:[24,0]},
                        {code:"Elektroden", "url":"elektroden.html"},
                        {code:"Zubehör", "url":"zubehoer.html"},
                        {code:"Anschleifmaschinen", "url":"anschleifmaschinen.html"},
                        {code:"Gasdüsen", "url":"Gasduesen.html"},
                        {code:"Brennerersatzteile", "url":"brennerersatzteile.html"},
                        {code:"Helme", "url":"helme.html"},
                ]
        },
        {code:"Unternehmen", "format":{"itemoff":[0,119], "size":[25,120]},
                sub:[
                        {itemoff:[24,0]},
                        {code:"SubItem 1", "url":"subitem1_1.html"},
                        {code:"SubItem 2", "url":"subitem1_1.html"},
                        {code:"SubItem 3", "url":"subitem1_1.html"},
                ]
        },
];
*/

var MENU_ITEMS = [
        {"pos":[53,215], "itemoff":[0,69], "leveloff":[24,0], "style":STYLE, "size":[25,70]},
        {code:"home", "url":"index.php", "format":{"size":[25,65]}},
        {code:"products", "format":{"size":[25,83], "itemoff":[0,54]},
                sub:[
                        {itemoff:[24,0]},
                        {code:"tungsten electrodes", "url":"produkte.php?kategorie=1", "format":{"size":[24,245]}},
                        {code:"accessories", "url":"produkte.php?kategorie=2", "format":{"size":[24,245]}},
                        {code:"grinding machines", "url":"produkte.php?kategorie=3", "format":{"size":[24,245]}},
                        {code:"nozzles", "url":"produkte.php?kategorie=4auswahl", "format":{"size":[24,245]}},
                        {code:"clamping sleeves", "url":"produkte.php?kategorie=5auswahl", "format":{"size":[24,245]}},
                        {code:"welding masks", "url":"produkte.php?kategorie=6", "format":{"size":[24,245]}},
                        {code:"Tungsten and molybdenum", "url":"produkte.php?kategorie=7", "format":{"size":[24,245]}},
                        {code:"Tungsten-copper / Tungsten-heavy metal", "url":"produkte.php?kategorie=8", "format":{"size":[24,245]}},
                        {code:"Hard Metal Milling Pins", "url":"produkte.php?kategorie=10", "format":{"size":[24,245]}},
                        {code:"catalog", "url":"katalog.php", "format":{"size":[24,245]}},
                ]
        },
        {code:"company profile", "format":{"size":[25,125], "itemoff":[0,80]},
                sub:[
                        {itemoff:[24,0]},
                        {code:"philosophy", "url":"philosophie.php"},
                        {code:"partner", "url":"ansprechpartner.php"},
                        {code:"imprint", "url":"impressum.php"},
                        {code:"terms of business", "url":"agb.php"},
                ]
        },
        {code:"contact us", "url":"kontakt.php", format:{size:[25,100], "itemoff":[0,114]}},
        {code:"customer log-in", "url":"kundenlogin.php", format:{size:[25,140], "itemoff":[0,85]}},
        {code:"basket", "url":"warenkorb.php", format:{size:[25,100], "itemoff":[0,115]}}
];
