var Old;var Text;var IPath='/img/';function Init(){resizeWorkspaceTo(980);setText();}function resizeWorkspaceTo(w1, h1){with (document.body){var w0=window.innerWidth || offsetWidth;var h0=window.innerHeight || offsetHeight;}if(! w1) w1=w0;if(! h1) h1=h0;resizeBy(w1 - w0, h1 - h0);}function setText(){var Start=document.getElementById('IT1');Start.style.display='block';Text=Start;}function showText(MNr){var ImageText=document.getElementById('IT'+MNr);Text.style.display='none';ImageText.style.display='block';Text=ImageText;var Deco=document.getElementById('DecoImage');switch (MNr){case 1:Deco.src = IPath + 'Foto-Home.jpg'; break;case '1A': Deco.src = IPath + 'Foto-Team.jpg'; break;case '1B': Deco.src = IPath + 'Foto-Geschichte.jpg'; break;case '1C': Deco.src = IPath + 'Foto-Weinberge.jpg'; break;case '1D': Deco.src = IPath + 'Foto-Keller.jpg'; break;case 2:Deco.src = IPath + 'Foto-Weine.jpg'; break;case 4:Deco.src = IPath + 'Foto-Aktuell.jpg'; break;case 5:Deco.src = IPath + 'Foto-Presse.jpg'; break;case 6:Deco.src = IPath + 'Foto-Kontakt.jpg'; break;case 7:Deco.src = IPath + 'Foto-Impressum.jpg'; break;default:Deco.src = IPath + 'Foto-Home.jpg'; break;}}function hideMenu(){if(typeof Old=='object'){Old.style.display='none';Old='';}}function showMenu(MNr){showText(MNr);switch (MNr){case 1:hideMenu();var Menu=document.getElementById('M'+MNr);Menu.style.display='block';Old=Menu;break;case 5:hideMenu();var Menu=document.getElementById('M'+MNr);Menu.style.display='block';Old=Menu;break;default:hideMenu();}}function openWindow(){window.open("/res/de-DE/doc/html/Orderframe.html","Weinliste","width=620, height=632")}
