// 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,44], "size":[18,100], "itemoff":[18,100], "leveloff":[10,0], "delay":150, "style":STYLE},
	{code:"HOME", url:"../index.html", "ocode":"HOME",  "format":{"size":[18,80], "itemoff":[0,80]},
      sub:[
	/*		{"size":[18,20], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Home", url:"../index.html"},
	*/
			]
	},	
	//** VIKTOR FRANKL
//	{code:"VIKTOR FRANKL", "ocode":"VIKTOR FRANKL", url:"../e/lifeandwork.html", "format":{"size":[18,120], "itemoff":[0,120]},
	{code:"VIKTOR FRANKL", "ocode":"VIKTOR FRANKL",  "format":{"size":[18,120], "itemoff":[0,80]},
		sub:[
			{"size":[18,200], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Life and Work", url:"../e/lifeandwork.html"},
			{code:"Film Documentary", url:"http://www.viktorandimovie.com"},
			{code:"Books", url:"../e/books_by_vf.html"},
			{code:"Private Archives", url:"../e/archivE.html"},
			{code:"Photo Gallery", url:"../e/albumE1905.html"},
			{code:"Frankl's Vienna", url:"../e/frankls_vienna.html"},
                        {code:"Information for Publishers", url:"../e/standardtexts.html"}
			]
	},
	//** LOGOTHERAPY/EXISTENTIAL ANALYSIS
	{code:"LOGOTHERAPY/EXISTENTIAL ANALYSIS", "ocode":"LOGOTHERAPY/EXISTENTIAL ANALYSIS", "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", url:"../e/training.html"},		
       	      {code:"Research Platform", url:"../e/news_platform.html"},
			]
	},
	//** LITERATURE/MEDIA
	{code:"LITERATURE/MEDIA", "ocode":"LITERATURE/MEDIA",  "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:"../php/newbooksE.php"},
			{code:"Journals of Logotherapy", url:"../e/periodicals.html"},
			{code:"Bibliographical List from the &quot;FORUM&quot;", url:"../e/hutzell.html"},
//			{code:"Self-Help Literature [German]", url:"../e/lebenshilfeE.html"},
			{code:"Media Archives", url:"../e/audioE.html"},
			{code:"Video Downloads", url:"../e/clipgallery.html"},
			]
	},
	//** NEWS
	{code:"NEWS", "ocode":"NEWS",  "format":{"size":[18,70], "itemoff":[0,150]},
		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:"../php/newbooksE.php"},
			{code:"Viktor Frankl Center", url:"http://www.franklzentrum.org/"},
			{code:"Frankl in Google News", url:"		http://www.google.de/search?q=viktor+frankl&tbs=tl:1#q=viktor+frankl&hl=de&sa=X&tbs=tl:1,tll:2011&fp=db362114d8007404"},
			]
	},
		//** INSTITUTE
	{code:"ABOUT US", "ocode":"ABOUT US",  "format":{"size":[18,90], "itemoff":[0,80]},
		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:"Sponsoring", url:"../e/sponsoring.html"},
			{code:"Guest Book", url:"../vbook/book.html"},
			]
	},
			//** AWARD
	{code:"FRANKL FUND", "ocode":"FRANKL FUND",  "format":{"size":[18,90], "itemoff":[0,90]},
		sub:[
			{"size":[18,300], "itemoff":[18,0], "leveloff":[25,0], "style":SSTYLE},
			//** UNTER MENÜPUNKTE
			{code:"Viktor Frankl Fund", url:"../e/vffund.html"},
	        {code:"Viktor Frankl Award", url:"../e/vf_announcement.html"},
			{code:"Award Winners 2000-2011", url:"../e/vf_awards_list.html"},
			]
	},
];

