BLANK_IMAGE = '/images/spacer-tranparent.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:"#ED1C23", // color of the item border, if any
shadow:"#ED1C23", // color of the item shadow, if any
bgON:"#ED1C23", // background color for the items
bgOVER:"#ED1C23" // background color for the item which is under mouse right now
},
css:{
ON:"level0_on", // CSS class for items
OVER:"level0_over" // CSS class for item which is under mouse
}
};
var STYLE2 = {
border:0, // item's border width, pixels; zero means "none"
shadow:0, // item's shadow size, pixels; zero means "none"
color:{
border:"#000000", // color of the item border, if any
shadow:"#000000", // color of the item shadow, if any
bgON:"#F7DBB4", // background color for the items
bgOVER:"#F0C892" // background color for the item which is under mouse right now
},
css:{
ON:"level1_on", // CSS class for items
OVER:"level1_over" // CSS class for item which is under mouse
}
};
var MENU_ITEMS = [
{"pos":"relative", itemoff:[0,0], leveloff:[0,0], style:STYLE, size:[0,0]},
{code:"Startseite",url:"/index.php",format:{size:[17,97],itemoff:[0,0]}},
{code:"Bestellen",url:"/index.php",format:{size:[17,97],itemoff:[0,98]},
sub:[
{style:STYLE2,itemoff:[15,0],size:[17,100]},
{code:" Kataloge",url:"/index.php?p=o_6&content=tm24_kataloge",format:{leveloff:[17,0]}},
{code:" Gutscheine",url:"/index.php?p=o_7&content=showpage&id=0.78789300-1131020298",target:"_self",format:{leveloff:[17,0]}},
]
},
{code:"Unternehmen",url:"/index.php?p=o_12&content=showpage&id=0.02604100-1129719060",target:"_self",format:{size:[17,97],itemoff:[0,98]},
sub:[
{style:STYLE2,itemoff:[15,0],size:[17,134]},
{code:" Schlienz aktuell",url:"/index.php?p=o_13&content=showpage&id=0.84985800-1174681035",format:{leveloff:[17,0]}},
{code:" Team",url:"/index.php?p=o_23&content=showpage&id=0.27085900-1131031793",target:"_self",format:{leveloff:[17,0]}},
{code:" Reisebόros",url:"/index.php?p=o_14&content=showpage&id=0.63537100-1131028499",target:"_self",format:{leveloff:[17,0]}},
{code:" Jobs",url:"/index.php?p=o_24&content=showpage&id=0.90745500-1131088038",target:"_self",format:{leveloff:[17,0]}},
{code:" Linienverkehr",url:"/index.php?p=o_15&content=showpage&id=0.17541600-1129118245",format:{leveloff:[17,0]}},
{code:" Schlienz Chauffeure",url:"/index.php?p=o_16&content=showpage&id=0.64651100-1127908502",format:{leveloff:[17,0]}},
{code:" Reiseleiter",url:"/index.php?p=o_17&content=showpage&id=0.48122700-1127915703",format:{leveloff:[17,0]}},
{code:" Hilfsprojekt",url:"/index.php?p=o_21&content=showpage&id=0.77760900-1127906243",format:{leveloff:[17,0]}},
{code:" Termine",url:"/index.php?p=o_26&content=showpage&id=0.84985800-1174681035",target:"_self",format:{leveloff:[17,0]}},
]
},
{code:"Impressum",url:"/index.php?p=o_5&content=showpage&id=0.22748300-1134657572",target:"_self",format:{size:[17,97],itemoff:[0,98]}},
{code:"Incoming",url:"/index.php?p=o_25&content=showpage&id=0.61734600-1131694810",format:{size:[17,97],itemoff:[0,98]}}
];
function none () { }