// NAVIGATION :: MENUE ITEMS ENGLISH
// Änderung der Navigationspunkte ENGLISH
// last update : 09-02-005 by ai

//* keywords
var code="code";var url="url";var sub="sub";

//* styles
var color = {};
var scolor = {};
var css = {"ON":"mnav", "OVER":"mnavh"};
var scss = {"ON":"snav", "OVER":"snavh"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var SSTYLE = {"border":0, "shadow":0, "color":scolor, "css":scss};

//* items and formats
var MENU_ITEMS =
[
	{"pos":[10,42], "size":[18,100], "itemoff":[18,100], "leveloff":[0,0], "delay":150, "style":STYLE},

	//** VIKTOR FRANKL
	{code:"VIKTOR FRANKL", "ocode":"VIKTOR FRANKL", url:"../e/lifeandwork.html", "format":{"size":[18,120], "itemoff":[0,120]},
		sub:[
			{"size":[18,200], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Life/Work", url:"../e/lifeandwork.html"},
			{code:"Books", url:"../e/books_by_vf.html"},
			{code:"Audio/Video Recordings", url:"../e/audioE.html"},
			{code:"Offer to Publishers", url:"../e/foreignrightsoffer.html"},
			{code:"Private Archives", url:"../e/archivE.html"},
			{code:"Photo-Album", url:"../e/albumE1905.html"},
			{code:"Frankl's Vienna", url:"../e/frankls_vienna.html"},
			]
	},
	//** LOGOTHERAPY/EXISTENTIAL ANALYSIS
	{code:"LOGOTHERAPY/EXISTENTIAL ANALYSIS", "ocode":"LOGOTHERAPY/EXISTENTIAL ANALYSIS", url:"../e/logotherapy.html", "format":{"size":[18,250], "itemoff":[0,120]},
		sub:[
			{"size":[18,250], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Logotherapy/Existential Analysis", url:"../e/logotherapy.html"},
			{code:"Societies/Institutes Worldwide", url:"../e/institute_wwE.html"},
			{code:"Training in Austria", url:"../e/education.html"},
			]
	},
	//** LITERATURE/MEDIA
	{code:"LITERATURE/MEDIA", "ocode":"LITERATURE/MEDIA", url:"../e/bibE.html", "format":{"size":[18,140], "itemoff":[0,250]},
		sub:[
			{"size":[18,300], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Bibliography", url:"../e/bibE.html"},
			{code:"New Books", url:"../e/newbooks.html"},
			{code:"Journals of Logotherapy", url:"../e/periodicals.html"},
			{code:"Bibliographical List from the &quot;FORUM&quot;", url:"../e/hutzell.html"},
			{code:"Audio/Video Recordings", url:"../e/audioE.html"},
			{code:"Self-Help Literature [German]", url:"../e/lebenshilfeE.html"},
			]
	},
	//** NEWS
	{code:"NEWS", "ocode":"NEWS", url:"../e/news_ww.html", "format":{"size":[18,70], "itemoff":[0,140]},
		sub:[
			{"size":[18,300], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Worldwide News", url:"../e/news_ww.html"},
			{code:"Lectures Vienna Med", url:"../e/vo_med_uni.html"},
			{code:"New Books", url:"../e/newbooks.html"},
			]
	},
		//** INSTITUTE
	{code:"INSTITUTE", "ocode":"INSTITUTE", url:"../e/institutE.html", "format":{"size":[18,90], "itemoff":[0,70]},
		sub:[
			{"size":[18,300], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"The Institute", url:"../e/institutE.html"},
			{code:"Contact", url:"../e/contact.html"},
			{code:"Viktor Frankl Foundation", url:"../e/vffoundation.html"},
			{code:"Sponsoring", url:"../e/sponsoring.html"},
			{code:"Guest Book", url:"../vbook/book.html"},
			]
	},
			//** AWARD
	{code:"FRANKL AWARD", "ocode":"FRANKL AWARD", url:"../e/vf_announcement.html", "format":{"size":[18,90], "itemoff":[0,90]},
		sub:[
			{"size":[18,300], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Announcement 2006", url:"../e/vf_announcement.html"},
			{code:"Awards 2005", url:"../e/vf_awards_05.html"},
			{code:"Awards 2004", url:"../e/vf_awards_04.html"},
			{code:"Awards 2003", url:"../e/vf_awards_03.html"},
			{code:"Awards 2002", url:"../e/vf_awards_02.html"},
			{code:"Awards 2001", url:"../e/vf_awards_01.html"},
			{code:"Awards 2000", url:"../e/vf_awards_00.html"},
			]
	},
];

