var MENU_ITEMS0 = [
	[wrap_root('Home'), 'willkommE.htm'],
	[wrap_root('Hotel'), 'hotelE.htm', {'sw':120}],
	[wrap_root('Seminars'), 'seminarE.htm', {'sw':120}],
	[wrap_root('Restaurant'), 'restaurantE.htm', {'sw':120}],
	[wrap_root('Our Shop'), 'ladenE.htm'],
	[wrap_root('How to reach us'), 'anfahrtE.htm'],
	[wrap_root('Excursions'), 'ausfluegeE.htm'],
	[wrap_root('All-In-Packages'), 'pauschalenE.htm'],
	[wrap_root('Sports'), 'sportE.htm'],
	[wrap_root('Contact'), 'kontaktE.htm'],
	[wrap_root('News'), 'AktuellE.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;
}