function menuejs() 
{ 
var obj=false; 
document.all ? obj=document.all.menue: false; 
document.getElementsByName ? obj=document.getElementsByName("menue").item(0) : false; 
document.getElementById ? obj=document.getElementById("menue") : false; 
if(obj)
{ 
obj.innerHTML = "<table style='table-layout:fixed' border='0' cellspacing='1' bordercolor='#C0C0C0'><tr><td align='center'><input type='button' class='Text' value='Startseite' title='Hier gelangen Sie zu unserer Startseite.' onclick=location.href='../index.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></tr><tr><td align='center'><input type='button' class='Text' value='&Uuml;ber uns' title='Auf dieser Seite erhalten Sie eine Kurzinfo &uuml;ber unser Unternehmen.' onclick=location.href='../d/info.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></tr><tr><td align='center'><input type='button' class='Text' value='Bestellung' title='Auf dieser Seite finden Sie Infos, wie Sie bei uns bestellen k&ouml;nnen.' onclick=location.href='../d/bestellung.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></tr><tr><td align='center'><input type='button' class='Text' value='Kontakt' title='Auf dieser Seite finden Sie unsere Adresse, Tel.-Nummer usw. sowie einen Link zum Download eines Faxbestellscheins.' onclick=location.href='../d/kontakt.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></tr><tr><td align='center'><input type='button' class='Text' value='Produkte' title='Hier finden Sie einer Aufstellung unseres Lieferprogramms mit Links zu Seiten mit weiteren Informationen zu den aufgelisteten Artikel.' onclick=location.href='../katalog/index.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></tr><tr><td align='center'><input type='button' class='Text' value='Neue Artikel' title='Auf dieser Seite stellen wir Ihnen einige Artikel vor, die wir in letzter Zeit neu in unser Programm aufgenommen haben.' onclick=location.href='../d/neues.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></tr><tr><td align='center'><input type='button' class='Text' value='E-Mail senden' title='Senden Sie uns eine E-Mail.' onclick=window.location.href='mailto:info@herbertkoelsch.com' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></tr><tr><td align='center'><input type='button' class='Text' value='Impressum/AGB' title='Hier finden Sie unser Impressum und unsere AGBs.' onclick=location.href='../d/impressum.html' onmouseover=this.style.backgroundColor='#993D56'; onmouseout=this.style.backgroundColor='#701B32'; style='background-color:#701B32; color:#D6D6D6; width:113px; height:27px'></td></table>";
} 
} 

