/* --- menu items --- */
var MENU_ITEMS = [
	['Home', null,
			['Imprint','../english/info.html'],
			['Contact','../english/kontakt.html'],
			['References','../english/ref.html'],
			['About us','../english/welcome.html'],
			['Language','../index.html'],
	],
	
	['Rack systems', null,
		['LPR-System', '../english/lpr_regal.html'],
		['SL-100', '../english/br.html'],
		['Galvanized SL-100', '../english/sl.html'],
		['Cantilever racks','../english/kragarm.html'],
	],
	
	['Accessories',null,
		['Shelves','../english/fachboden.html'],
		['Rear walls','../english/rueck.html',],
		['Gondolas','../english/gondel.html',],
		['Cross members','../english/quer.html'],
		['Collision protection','../english/anfahr.html'],
		['Anti-slip mechanism','../english/durchschub.html'],
		['Miscellaneous','../english/sonstiges.html'],
	],
	
	['Advanced program',null,
		['Chipboard depot','../english/span.html'],
		['Bedouin tents','../english/bedu.html'],
		['tile presentations','../english/fliesen.html'],
		['and much more...','../english/unm.html'],
	],
	
	['Services', null,
		['Powder coating','../english/pu.html'],
		['Recycling','../english/rec.html'],
	],
		
];

