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]='
 | ' + text + ' |
'
return res;
}
function wrap_root (text) {
var res=[];for (var i=0; i<3; i++)
res[i]=' | ' + text + ' |
'
return res;
}