﻿var STYLE_0 = {
    border:0,              // item's border width, pixels; zero means "none";
    shadow:0,              // item's shadow size, pixels; zero means "none"

    css:{
        ON:"CMOn1",           // CSS class for items;
        OVER:"CMOv1"          // CSS class  for item which is under mouse;
    }
};
var STYLE_1 = {
    border:1,              // item's border width, pixels; zero means "none";
	borderColor:"#AFB7BA",
    shadow:2,              // item's shadow size, pixels; zero means "none"
	shadowColor:"#999EA6",
    css:{
        ON:"L1On1",           // CSS class for items;
        OVER:"L1Ov1"          // CSS class  for item which is under mouse;
    }
};

var MENU_ITEMS = [
     
    {pos:'relative', itemoff:[30,0], leveloff:[0,170], style:STYLE_0, size:[30,180], blankImage:"d.gif" },
    {code:"ZENTRALSEITE", "url":"index_de.htm"},
	{code:"V.L.A. ",
        sub:[
            { style:STYLE_1, "itemoff":[21,0], size:[22, 230]},
            {code:"Zuständigkeit des Gerichts","url":"dpa_de.htm"},
            {code:"Tatbestand","url":"istoriko_de.htm"},
            {code:"Betriebsordnung", "url":"index_de.htm"},
            {code:"Organigramm des Gerichts", "url":"index_de.htm"},
            {code:"Aktive Gerichtsfunktionäre", "url":"index_de.htm"}
        ]
    },
    {code:"DIENSTE ",
        sub:[
            { style:STYLE_1, "itemoff":[21,0], size:[22, 200]},
            {code:"Rechtsspruchsfindung", "url":"index_de.htm"},
            {code:"Rechtsspruchsbericht", "url":"index_de.htm"},
            {code:"Bescheinigungsausstellung", "url":"index_de.htm"},
            {code:"Sachenbeiwohnung", "url":"index_de.htm"},            
            {code:"Einreichung einer Gerichtsschrift", "url":"index_de.htm"}
        ]
    },
    {code:"NEUIGKEITEN ", "url":"index_de.htm"},
    {code:"MEINUNGEN", "url":"index_de.htm"},
    {code:"V.L.A.- BÜCHEREI", "url":"index_de.htm"},
    {code:"PHOTOS", "url":"photos_de.htm"},
    {code:"GEBÄUDEWEGWEISER", "url":"index_de.htm"},
    {code:"KOMMUNIKATION", "url":"index_de.htm"},
    {code:"ZUGANGSKARTE", "url":"index_de.htm"}
];	
