

function ofCreateSmallMenuGeraete(iMarked)
{
	ofWriteSmallMenuHeadBlock(
		"..", iMarked, "Menü", new Array(
		"Gerätehaus", "index.htm", 0,
		"Fahrzeuge", "fahrzeuge.htm", 0,
		"LFB-A", "lfb.htm", 1,
		"TLF-A 2000", "tlf.htm", 1,
		"KLF", "klf.htm", 1,
		"MTF-A", "mtf.htm", 1,
		"LF", "lf.htm", 2));
}

