BLANK_IMAGE = 'http://www.simple-solutions.de/common/gfx/1px_transp.gif'; var NOSTYLE = { border:0, shadow:0, color:{ border:"", shadow:"", bgON:"", bgOVER:"" }, css:{ ON:"", OVER:"" } }; var STYLE = { border:1, // item's border width, pixels; zero means "none" shadow:2, // 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:"white", // background color for the items bgOVER:"#B6BDD2" // 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:[290,20], itemoff:[0,70], leveloff:[0,0], style:NOSTYLE, size:[70,60]}, {code:"", url:"http://wiki.simple-solutions.de/de/news" }, { code:"", url:"http://wiki.simple-solutions.de/de/products" }, {code:"", url:"http://simple-solutions.de/shop/index.php", sub:[ {size:[21,150], itemoff:[20,0], leveloff:[50,0], style:STYLE}, {code:"Online Shop", url:"http://simple-solutions.de/shop/index.php" }, {code:"Warenkorb", url:"https://secure.simple-solutions.de/shop/shopping_cart.php" }, {code:"Mein Account", url:"http://simple-solutions.de/shop/account.php" }, {code:"Logout", url:"http://simple-solutions.de/shop/logoff.php" } ] }, {code:"", url:"http://www.simple-solutions.de/de/about/index.php", sub:[ {size:[21,150], itemoff:[20,0], leveloff:[50,0], style:STYLE}, {code:"Über uns", url:"http://www.simple-solutions.de/de/about/index.php" }, {code:"News", url:"http://www.simple-solutions.de/de/support/forum/viewforum.php?f=7" }, {code:"Kontakt", url:"http://www.simple-solutions.de/de/contact/index.php" }, // {code:"Jobs", // url:"http://www.simple-solutions.de/de/jobs/index.php" // }, // {code:"Referenzen", // url:"http://www.simple-solutions.de/de/references/index.php" // }, {code:"Impressum", url:"http://wiki.simple-solutions.de/de/Impressum" } ] }, {code:"", sub:[ {size:[21,150], itemoff:[20,0], leveloff:[50,0], style:STYLE}, {code:"Wiki", url:"http://wiki.simple-solutions.de/" }, {code:"Repository / Downloads", url:"https://forge.simple-solutions.de" }, {code:"Forum", url:"http://www.simple-solutions.de/forum/index.php" }, {code:"Common Login System", url:"http://www.simple-solutions.de/cls/" } ] } ];