﻿var MENU_ITEMS0 = [
	[wrap1('home', 185, 29),'index.html', null,],
	[wrap1('klettern', 185, 29), null, null,
		[wrap1('preise', 200, 22), 'preise.html', null],
		[wrap1('angebote', 200, 22),'angebote.html', null],
		[wrap1('kurseevents', 200, 22),'kletterkurse.html', null],
		[wrap1('gaestebuch', 200, 22),'http://www.kletterfabrik-koeln.de/gaestebuch.html', null],
		//[wrap1('schwarzmarkt', 200, 22),'./kleinanzeigen/index.html', null],
		[wrap1('links', 200, 22),'Klettern.html', null],
		[wrap1('kletterturm', 200, 22),'kletterturm.html', null],
		],
	[wrap1('fotos', 185, 29), 'bilder.html', null,
		[wrap1('halle', 200, 22),'bilder.html', null],
		//[wrap1('events', 200, 22),'bauphase.html', null],
		//[wrap1('bauphase', 200, 22),'bauphase.html', null],
		],
	[wrap1('kontakt', 185, 29),'kontakt.html', null,
		[wrap1('impressum', 200, 22),'impressum.html', null],
		[wrap1('anfahrt', 200, 22),'anfahrt.html', null],
		],
	[wrap1('kletterladen', 185, 29),'angebote.html', null]
];

i0 = new Image(); i0.src = "img0/i0.gif";
i1 = new Image(); i1.src = "img0/i0o.gif";
i2 = new Image(); i2.src = "img0/i0c.gif";
i3 = new Image(); i3.src = "img0/i00.gif";
i4 = new Image(); i4.src = "img0/i00o.gif";
i5 = new Image(); i5.src = "img0/i00c.gif";
i6 = new Image(); i6.src = "img0/i011.gif";
i7 = new Image(); i7.src = "img0/i011o.gif";
i8 = new Image(); i8.src = "img0/i011c.gif";
i9 = new Image(); i9.src = "img0/i101.gif";
i10 = new Image(); i10.src = "img0/i101o.gif";
i11 = new Image(); i11.src = "img0/i101c.gif";

function wrap1 (ind, w, h) {
	return ['<img src=img1/i' + ind + '.gif width=' + w + ' height=' + h + '>','<img src=img1/i' + ind + 'o.gif width=' + w + ' height=' + h + '>','<img src=img1/i' + ind + 'c.gif width=' + w + ' height=' + h + '>']
}