var TREE_NODES={
	format:{
		left:5,
		top:60, 
		width:175,
		height:600,
		e_image:"../images/fo_p.gif",		 
		c_image:"../images/fc_p.gif",		 
		i_image:"../images/i_p.gif",
		b_image:'../images/b.gif',
		bgcolor:"#3333FF",
		//back_bgcolor:"black",
		//item_bgcolor:'#d4d0c8',
		animation:1,
		padding:2,
		level_ident:16,
		offset_y:5,
		dont_resize_back:0
	},

	sub:[
		{html:'Home', url:'../index.html', target:'_top', format:{link_class:'clsTopLink', bgcolor:'red'}},
		{html:'Aktuelles', url:'aktuelles.html', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'}},
		{html:'Verein', url:'start.html', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'},
			sub:[
				{html:'Vorstandsschaft', url:'vorstandsschaft.html', target:'main', 
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Satzung', url:'satzung.pdf', target:'main', 
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Geschäftsordnung', url:'geschaeftsordnung.pdf', target:'main', 
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Beitrittserklärung', url:'beitrittserklaerung.pdf', target:'main', 
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}}			
			]
		},
		{html:'Abteilungen', url:'abteilungen.html', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'},
			sub:[
				{html:'Fußball', url:'../fussball/index.html', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Gymnastik', url:'../gymnastik/index.html', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Ski', url:'../ski/index.html', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Stockschützen', url:'../stockschuetzen/index.html', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Tennis', url:'../tennis/index.html', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}}
			]
		},
		{html:'Chronik', url:'chronik.html', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'}},
		{html:'Lauftreff', url:'../lauftreff/index.html', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'}},
		{html:'Dorflauf', url:'../dorflauf/dorflauf.html', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'},
			sub:[
				{html:'Ergebnislisten', url:'../dorflauf/Ergebnisliste.pdf', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Anmeldung', url:'../dorflauf/dorflauf_anmeldung.html', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}},
				{html:'Infos', url:'../dorflauf/dorflauf_flyer.pdf', target:'_top',
					format:{link_class:'clsTopLink', bgcolor:'red', real_indent:20, indent:0, width:155}}
			]
		},

		{html:'VG Hörlkofen', url:'http://www.vg-hoerlkofen.de', target:'new', format:{link_class:'clsTopLink', bgcolor:'red'}},
		{html:'e-mail', url:'mailto: sv-hoerlkofen@t-online.de', target:'main', format:{link_class:'clsTopLink', bgcolor:'red'}}

	]
}

