var MENU_ITEMS0 = [

	[wrap_root('Home'), 'index.htm'],

	[wrap_root('Residenz'), 'hotel.htm', {'sw':120}],

	[wrap_root('Restaurant'), 'restaurant.htm', {'sw':120}],

	[wrap_root('Spezialitäten'), 'laden.htm'],

	[wrap_root('Anfahrt'), 'anfahrt.htm'],

	[wrap_root('Ausflüge'), 'ausfluege.htm'],

	[wrap_root('Ferienwohnung'), 'pauschalen.htm'],

	[wrap_root('Sport'), 'sport.htm'],

	[wrap_root('Kontakt'), 'kontakt.htm'],

	[wrap_root('Alt Vira'), 'geschichte01.htm'],

	[wrap_root('Aktuell'), 'Aktuell2.htm'],

	]



l1 = new Image(); l1.src = 'img/m_oscy_0.gif';

l2 = new Image(); l2.src = 'img/m_oscy_1.gif';

l3 = new Image(); l3.src = 'img/m_oscy_2.gif';

l4 = new Image(); l4.src = 'img/m_oscy2_0.gif';

l5 = new Image(); l5.src = 'img/m_oscy2_1.gif';

l6 = new Image(); l6.src = 'img/m_oscy2_2.gif';



function wrap_child (text) {

	var res=[];for (var i=0; i<3; i++)

		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=100% height=20><tr><td width=21><img src=img/m_oscy2_' + i + '.gif width=21 height=20></td><td width=100% background=img/m_bg2.gif class=a' + i + '>&nbsp;&nbsp;' + text + '</td></tr></table>'

	return res;

}



function wrap_root (text) {

	var res=[];for (var i=0; i<3; i++)

		res[i]='<table border=0 cellspacing=0 cellpadding=0 width=100% height=24><tr><td width=27><img src=img/m_oscy_' + i + '.gif width=27 height=24></td><td width=100% background=img/m_bg.gif class=aa' + i + '>&nbsp;&nbsp;' + text + '</td></tr></table>'

	return res;

}