BLANK_IMAGE = 'http://www.sgneukirchenvluyn.de/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"#fdf7f7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_hell",	// CSS class for items
		OVER:"clsCMOver_hell"	// CSS class  for item which is under mouse
	}


};

var STYLE_BORDERS_1 = {
	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:"#99D0E3",	// color of the item shadow, if any
		bgON:"#fdf7f7",		// 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 HAUPTVEREIN = [
	{pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
 	{code:"Sportangebot",url:"index.php?inhalt=vorstand_kontakt.htm&d=2"},
 	{code:"40 Jahre SG",
	    sub:[
			{style:STYLE_BORDERS_1, itemoff:[21,0]},
			
			{code:"29.01.2010",url:"index.php?inhalt=vorstand_jubilaeum.htm&d=2"},
			{code:"Programm",url:"index.php?inhalt=vorstand_festprogramm.htm&d=2"},
			{code:"Jubiläums-Feier",url:"index.php?inhalt=jubifeier.htm&d=2" }
		]
	},			
	{code:"Verein",
		sub:[
			{style:STYLE_BORDERS_1, itemoff:[21,0]},
			
			{code:"Vorstand",url:"index.php?inhalt=vorstand_personen.htm&d=2" },
			{code:"Geschäftsstelle",url:"index.php?inhalt=gstelle.htm&d=2" },
			{code:"Kontaktpersonen",url:"index.php?inhalt=vorstand_kontakt.htm&d=2"},
			{code:"Satzung",url:"index.php?inhalt=vorstand_satzung.htm&d=2"},
			{code:"Mitglied werden?",url:"index.php?inhalt=anmeldung.htm&d=2"},
			{code:"Historie",url:"index.php?inhalt=vorstand_historie.htm&d=2"}
		]
	},
	{code:"Abteilung",
		sub:[
			{style:STYLE_BORDERS_1, itemoff:[21,0]},
			{code:"Badminton",url:"100_index.php?inhalt=100_start.htm", target:"_parent" },
			{code:"Radsport",url:"310_index.php?inhalt=310_start.htm", target:"_parent" },
			{code:"Turnen",url:"530_index.php?inhalt=530_start.htm", target:"_parent" },
			{code:"Ski & Wandern",url:"430_index.php?430_inhalt=start.htm", target:"_parent" },
			{code:"Volleyball",url:"580_index.php?inhalt=580_start.htm", target:"_parent" },
			{code:"Westerndance",url:"800_index.php?inhalt=800_start.htm", target:"_parent" }
		]
	},
        {code:"Gymnastikraum",url:"index.php?inhalt=gymnastikraum.htm&d=1"},
	{code:"SG-Heim",url:"index.php?inhalt=heim_start.htm&d=5"},
	{code:"Intern",url:"intern/int_index.php?inhalt=index.htm&d=0"},
        {code:"Impressum", url:"index.php?inhalt=impressum.html&d=1"},
	{code:"Newsletter",url:"index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der Fähler-Teufel",url:"index.php?inhalt=kontaktformular.htm&d=1"},
	{code:"Online-Shop",url:"http://sgn-v.dvss.de", target:"_blank"}

];


var BADMINTON = [
  {pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
    {code:"Home", url:"../../../../../100_index.php?inhalt=100_start.htm"},
    
	
	      
    {code:"Abteilung",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
        {code:"Leitung", url:"../../../../../100_index.php?inhalt=100_vorstand.htm"},
        {code:"History", url:"../../../../../100_index.php?inhalt=100_historie.htm"},
        {code:"Mitgliedschaft", url:"../../../../../index.php?inhalt=anmeldung.htm&d=2"}
      ]},
    {code:"Erfolge", url:"../../../../../100_index.php?inhalt=100_erfolge.htm"},
    {code:"Mannschaften",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,90]},
        {code:"Saison 08/09", url:"../../../../../100_index.php?inhalt=100_saison0809.htm"},
        {code:"Saison 07/08", url:"../../../../../100_index.php?inhalt=100_saison0708.htm"},
        {code:"Saison 06/07", url:"../../../../../100_index.php?inhalt=100_saison0607.htm"},
        {code:"Saison 05/06", url:"../../../../../100_index.php?inhalt=100_saison0506.htm"}
      ]},
    {code:"Jugend", url:"../../../../../100_index.php?inhalt=100_jugend_aktuelles.htm"},
    {code:"Training", url:"../../../../../100_index.php?inhalt=100_training.htm"},
    
    {code:"Interessantes",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0]},
        {code:"BadmintonOnline", url:"../../../../../100_index.php?inhalt=100_badmintononline.htm"},
        {code:"Regeln", url:"../../../../../100_index.php?inhalt=100_regel.htm"},
        {code:"Sportgeschichte", url:"../../../../../100_index?inhalt=100_spielordnung_inhalt.htm"},
        {code:"Links", url:"../../../../../100_index.php?inhalt=100_links.htm"}
      ]},
    {code:"Impressum", url:"../../../../../index.php?inhalt=impressum.html&d=1"},
    {code:"Newsletter", url:"../../../../../index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der Fähler-Teufel",url:"../../../../../100_index.php?inhalt=kontaktformular.htm"}

];

var RADSPORT = [
  {pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
    {code:"Home", url:"310_index.php?inhalt=310_start.htm"},
    {code:"Aktivit&auml;ten 2010", url:"310_index.php?inhalt=310_aktuelles.htm"},

    {code:"Abteilung",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
        {code:"Leitung", url:"310_index.php?inhalt=310_vorstand.htm"},
        {code:"History", url:"310_index.php?inhalt=310_historie.htm"},
        {code:"Mitgliedschaft", url:"index.php?inhalt=anmeldung.htm&d=2"}
      ]},
{code:"Jahresberichte",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"2006", url:"310_index.php?inhalt=jahresbericht/310_jahresbericht_2006.htm"},
        {code:"2007", url:"310_index.php?inhalt=jahresbericht/310_jahresbericht_2007.htm"},
        {code:"2008", url:"310_index.php?inhalt=jahresbericht/310_jahresbericht_2008.htm"},
		{code:"2009", url:"310_index.php?inhalt=jahresbericht/310_jahresbericht_2009.htm"},
      ]},
{code:"Radwandern", url:"310_index.php?inhalt=310_radwandern.htm",
 sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0]},
        {code:"Mittwochstouren", url:"310_index.php?inhalt=310_mittwochs.htm"},
        {code:"Freitagstouren", url:"310_index.php?inhalt=310_freitags.htm"},
	    {code:"Tagestouren", url:"310_index.php?inhalt=310_tages.htm"},
        {code:"Wochenendtouren",
	 sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"Ammerland(2006)", url:"310_index.php?inhalt=wochentouren/310_woche_2006_Dateien/310_woche_2006.htm"},
        {code:"Lippstadt(2007)", 
	 sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"Bericht", url:"310_index.php?inhalt=wochentouren/310_woche_2007_Dateien/310_woche_2007.htm"},
        {code:"Fotoalbum", url:"310_index.php?inhalt=wochentouren/310_woche_2007_Dateien/310_fotoalbum.htm"},
		]},
	  
        {code:"Quakenbrück(2008)", url:"310_index.php?inhalt=wochentouren/310_woche_2008_Dateien/310_woche_2008.htm"},
		{code:"Mettingen(2009)", 
		sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"Bericht", url:"310_index.php?inhalt=wochentouren/310_woche_2009_Dateien/310_woche_2009.htm"},
        {code:"Fotoalbum", url:"310_index.php?inhalt=wochentouren/310_woche_2009_Dateien/310_fotoalbum.htm"},
	  ]},
		
		{code:"Hövelhof(2010)", 
		sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"Bericht", url:"310_index.php?inhalt=wochentouren/310_woche_2010_Dateien/310_woche_2010.htm"},
        {code:"Fotoalbum", url:"310_index.php?inhalt=wochentouren/310_woche_2010_Dateien/310_fotoalbum.htm"},
	  ]},
	  ]},
        {code:"Damentouren",
	 sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"2006", url:"310_index.php?inhalt=310_damen-Dateien/310_damen_2006.htm"},
        {code:"2007", url:"310_index.php?inhalt=310_damen-Dateien/310_damen_2007.htm"},
        {code:"2009", url:"310_index.php?inhalt=310_damen-Dateien/310_damen_2009.htm"},
		{code:"2010", url:"310_index.php?inhalt=310_damen-Dateien/310_damen_2010.htm"},
	   ]},
	  {code:"Herrentouren",
	 sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
	    {code:"2009", url:"310_index.php?inhalt=310_herren-Dateien/310_herren_2009.htm"},
		{code:"2010", url:"310_index.php?inhalt=310_herren-Dateien/310_herren_2010.htm"},
	   ]},
       ]},
    {code:"Radtouristik", url:"310_index.php?inhalt=310_rtf.htm",
       sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0]},
        {code:"Permanente", url:"310_index.php?inhalt=310_permanente/310_permanente.htm"},
        {code:"RTF Bezirk Krefeld", url:"310_index.php?inhalt=310_permanente/310_bezirk.htm"},
	  ]},
    {code:"Ergebnisse",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,124]},
	{code:"Radwandern",
	  sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,105]},
	    {code:"2006", url:"310_index.php?inhalt=Ergebnisse/Radwandern/310_jahreswertungRW_2006.htm"},
        {code:"2007", url:"310_index.php?inhalt=Ergebnisse/Radwandern/310_jahreswertungRW_2007.htm"},
        {code:"2008", url:"310_index.php?inhalt=Ergebnisse/Radwandern/310_jahreswertungRW_2008.htm"},
		{code:"2009", url:"310_index.php?inhalt=Ergebnisse/Radwandern/310_jahreswertungRW_2009.htm"},
		{code:"Gesamtwertung", url:"310_index.php?inhalt=Ergebnisse/Radwandern/310_gesamtwertungRW.htm"},
        {code:"Bestenliste", url:"310_index.php?inhalt=Ergebnisse/Radwandern/310_bestenlisteRW.htm"},
      ]},
        {code:"Radtouristik (RTF)",
               sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,105]},
	    {code:"2006", url:"310_index.php?inhalt=Ergebnisse/RTF/310_jahreswertungRTF_2006.htm"},
        {code:"2007", url:"310_index.php?inhalt=Ergebnisse/RTF/310_jahreswertungRTF_2007.htm"},
        {code:"2008", url:"310_index.php?inhalt=Ergebnisse/RTF/310_jahreswertungRTF_2008.htm"},
		{code:"2009", url:"310_index.php?inhalt=Ergebnisse/RTF/310_jahreswertungRTF_2009.htm"},
		{code:"Gesamtwertung", url:"310_index.php?inhalt=Ergebnisse/RTF/310_gesamtwertungRTF.htm"},
        {code:"Bestenliste", url:"310_index.php?inhalt=Ergebnisse/RTF/310_bestenlisteRTF.htm"},
      ]},
      ]},
    {code:"Wandern", url:"310_index.php?inhalt=310_wandern.htm"},
    {code:"Treffpunkt", url:"310_index.php?inhalt=sg_heim_wegbeschreibung.htm"},
	{code:"Archiv", url:"310_index.php?inhalt=310_archiv.htm"},
    {code:"Links", url:"310_index.php?inhalt=310_links.htm"},
    {code:"Impressum", url:"index.php?inhalt=impressum.html&d=1"},
    {code:"Newsletter", url:"index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der F&auml;hler-Teufel",url:"310_index.php?inhalt=kontaktformular.htm"}
];

var VOLLEYBALL = [
  {pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
    {code:"Home", url:"580_index.php?inhalt=580_start.htm"},
    
    {code:"Abteilung",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
        {code:"Leitung", url:"580_index.php?inhalt=580_vorstand.htm"},
        {code:"History", url:"580_index.php?inhalt=580_historie.htm"},
        {code:"Mitgliedschaft", url:"index.php?inhalt=anmeldung.htm&d=2"}
      ]},
    {code:"Meisterschaft", url:"580_index.php?inhalt=580_meisterschaft.htm"},
    {code:"Training", url:"580_index.php?inhalt=580_training.htm"},
    {code:"Hallenanschrift", url:"580_index.php?inhalt=580_hallenanschrift.htm"},
    {code:"Links", url:"580_index.php?inhalt=580_links.htm"},


    {code:"Impressum", url:"index.php?inhalt=impressum.html&d=1"},
    {code:"Newsletter", url:"index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der Fähler-Teufel",url:"580_index.php?inhalt=kontaktformular.htm"}
];

var WANDERN = [
  {pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
    {code:"Home", url:"430_index.php?inhalt=430_start.htm"},
    
    
    {code:"Abteilung",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
        {code:"Leitung", url:"430_index.php?inhalt=430_vorstand.htm"},
        
        {code:"Mitgliedschaft", url:"index.php?inhalt=anmeldung.htm&d=2"}
      ]},
    {code:"Kursübersicht", url:"430_index.php?inhalt=430_hallenzeiten.htm"},
    {code:"Inline-Skating", url:"430_index.php?inhalt=430_SkaterTour.htm"},
    
    {code:"Links", url:"430_index.php?inhalt=430_links.htm"},


    {code:"Impressum", url:"index.php?inhalt=impressum.html&d=1"},
    {code:"Newsletter", url:"index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der Fähler-Teufel",url:"430_index.php?inhalt=kontaktformular.htm"}
];

var TURNEN = [
  {pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
    {code:"Home", url:"530_index.php?inhalt=530_start.htm"},
    
    {code:"Abteilung",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
        {code:"Leitung", url:"530_index.php?inhalt=530_vorstand.htm"},
        {code:"History", url:"530_index.php?inhalt=530_historie.htm"},
        {code:"Mitgliedschaft", url:"index.php?inhalt=anmeldung.htm&d=2"}
      ]},
    {code:"Übungszeiten", url:"530_index.php?inhalt=530_training.htm"},
    {code:"Eltern u. Kind", url:"530_index.php?inhalt=530_elternundkind.htm"},
    {code:"Gymnastik", url:"530_index.php?inhalt=530_gymnastik.htm"},
    {code:"Gesundheit", url:"530_index.php?inhalt=530_gesundheit.htm"},
    {code:"Leichtathletik", url:"530_index.php?inhalt=530_kinderjugendturnen_leichtathletik.htm"},
    {code:"Turnen", url:"530_index.php?inhalt=530_turnen.htm"},
    {code:"Selbstbehauptung", url:"530_index.php?inhalt=530_selbstbehauptung.htm"},
    {code:"Links", url:"530_index.php?inhalt=constr.htm"},

    {code:"Impressum", url:"index.php?inhalt=impressum.html&d=1"},
    {code:"Newsletter", url:"index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der Fähler-Teufel",url:"530_index.php?inhalt=kontaktformular.htm"}
];

var WESTERNDANCE = [
  {pos:[10,160], itemoff:[28,0], leveloff:[0,123], style:STYLE, size:[22,124]},
    {code:"Home", url:"800_index.php?inhalt=800_start.htm"},
    {code:"Aktuelles", url:"800_index.php?inhalt=800_aktuelles.htm"},
    {code:"Auftritte", url:"800_index.php?inhalt=800_auftritte.htm"},
    {code:"Abteilung",
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,100]},
        {code:"Leitung", url:"800_index.php?inhalt=800_vorstand.htm"},
        {code:"History", url:"800_index.php?inhalt=800_historie.htm"},
        {code:"Mitgliedschaft", url:"index.php?inhalt=anmeldung.htm&d=2"}
      ]},
    {code:"Training", url:"800_index.php?inhalt=800_training.htm"},
    {code:"Tänze", url:"800_index.php?inhalt=800_taenze.htm"},
    {code:"Fotos", url:"800_index.php?inhalt=800_fotos.htm"},
    {code:"Links", url:"800_index.php?inhalt=800_links.htm"},


    {code:"Impressum", url:"index.php?inhalt=impressum.html&d=1"},
    {code:"Newsletter", url:"index.php?inhalt=newsletter.htm&d=1"},
	{code:"Der Fähler-Teufel",url:"800_index.php?inhalt=kontaktformular.htm"}
];

var INTERN = [
  {pos:[10,160], itemoff:[45,0], leveloff:[0,123], style:STYLE, size:[29,124]},
    {code:"Home", url:"int_index.php?inhalt=index.htm&d=0", style:STYLE, itemoff:[21,0], size:[22,124]},
    {code:"Webmailer", url:"/mail/mail/index.php", target:"_blank", style:STYLE, itemoff:[28,0], size:[22,124]},
    {code:"Newsletter-Versand", url:"int_index.php?inhalt=newsletterversenden.htm&d=0", style:STYLE, itemoff:[28,0]},
    {code:"Newsletter-Administration", url:"int_index.php?inhalt=newslettersystem-verwalten.htm&d=0"},
    {code:"Veranstaltungs -eintrag", url:"http://www.sgneukirchenvluyn.de/kalender/admin/index_eintrag.html"},
    {code:"Veranstaltungs -administration", url:"http://www.sgneukirchenvluyn.de/kalender/admin/index1.html"},
    {code:"Diskussionsforum", url:"int_index.php?inhalt=forum.htm", style:STYLE, size:[22,124]},
    {code:"Badminton", style:STYLE, itemoff:[28,0], size:[22,124],
      sub:[
      {style:STYLE_BORDERS_1, itemoff:[21,0], size:[22,130]},
        {code:"Emailliste Badminton", url:"int_index.php?inhalt=emailliste_badminton.htm&d=0"}
      ]},
    {code:"Der Fähler-Teufel",url:"int_index.php?inhalt=kontaktformular.htm&d=1", style:STYLE, itemoff:[28,0], size:[22,124]}
];