// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU2_ITEMS = [
	['Einführung','index.html', {'tw' : '_self'},
//		['Services','http://www.softcomplex.com/services.html', {'tw' : 'content'}],
//		['Download','http://www.softcomplex.com/download.html', {'tw' : 'content'}],
//		['Order','http://www.softcomplex.com/order.html', {'tw' : 'content'}],
//		['Support','http://www.softcomplex.com/support.html', {'tw' : 'content'}]
	],
	['Fließproduktionssysteme','Hm000002.Htm', {'tw' : '_self'},
		['Fließproduktionslinien','Hm000004.Htm', {'tw' : '_self'}],
		['Flexible Transferstraßen','Hm000003.Htm', {'tw' : '_self'}]
	],
	['Leistungsanalyse', null, null,
		['Analytische Methoden','Hm00000376.Htm', {'tw' : '_self'}],
		['Simulation','Hm00000375.Htm', {'tw' : '_self'}],
		['Praxisbeispiele','Hm00000385.Htm', {'tw' : '_self'}]
        ],
	['Pufferoptimierung', null, null,
		['Theorie','PufferOptTheorie.Htm', {'tw' : '_self'}],
		['Praxis','Planungspraxis2.Htm', {'tw' : '_self'}],
	],
	['Präsentation Miami','../docs/miami/index.html', {'tw' : '_self'}],
	['Beispiele (Screencasts)', 'index.html', null,
		['Flexible Transferstraße','ExTra1.Htm', {'tw' : '_self'}],
		['Karosserie-Rohbau','ExNet1.Htm', {'tw' : '_self'}]
	],
	['Benefits','Benefits.Htm', {'tw' : '_self'}]
];
