// 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 = [
	['Introduction','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'}]
	],
	['Types of Flow Lines','Hm000002.Htm', {'tw' : '_self'},
		['Flow Lines','Hm000003.Htm', {'tw' : 'content'}],
		['Flexible Transfer Lines','Hm000004.Htm', {'tw' : 'content'}]
	],
	['Performance Evaluation', null, null,
		['Analytical Method','Hm00000376.Htm', {'tw' : '_self'}],
		['Simulation','Hm00000375.Htm', {'tw' : '_self'}],
		['Industrial cases','Hm00000385.Htm', {'tw' : '_self'}]
	],
	['Buffer Optimization', null, null,
		['Mathematical Model','Hm00000377.Htm', {'tw' : '_self'}],
		['Practical Example','Hm00000999.Htm', {'tw' : '_self'}],
	],
	['Presentation Miami','../docs/miami/index.html', {'tw' : '_self'}],
        ['More technical material','http://www.advanced-planning.eu/advancedplanninge-374.htm', {'tw' : '_self'}]
];
