/* === NEUE navigation hover and click ============================== */ function buttonhover(welches) { document.getElementById(welches).style.color="#FFFFFF"; document.getElementById(welches).style.backgroundColor="#77AE50"; document.getElementById(welches).style.borderColor="#000000"; document.getElementById(welches).style.cursor='hand' } function buttonhoverhead(welches) { document.getElementById(welches).style.color="#FFFFFF"; document.getElementById(welches).style.backgroundColor="#77AE50"; document.getElementById(welches).style.borderColor="#000000"; document.getElementById(welches).style.cursor='hand' } function buttonout(welches) { document.getElementById(welches).style.color="#C2E7A9"; document.getElementById(welches).style.backgroundColor="#286200"; document.getElementById(welches).style.borderColor="#000000"; } function buttonouthead (welches) { document.getElementById(welches).style.color="#000000"; document.getElementById(welches).style.backgroundColor="#77AE50"; document.getElementById(welches).style.borderColor="#000000"; } function clickto (wohin,welches) { open(wohin,"Tradinova Produktdatenblatt","width=600,height=600"); } function clicktohead (wohin,welches) { parent.location.href=wohin; } function atelierclick (wohin,welches,nicht1,nicht2,nicht3) { parent.textframe.location.href=wohin; document.getElementById(welches).style.backgroundColor="#adb6bd"; document.getElementById(nicht1).style.backgroundColor="transparent"; document.getElementById(nicht2).style.backgroundColor="transparent"; document.getElementById(nicht3).style.backgroundColor="transparent"; } function ateliermehrclick (wohin,welches,nicht1,nicht2,nicht3) { parent.location.href=wohin; document.getElementById(welches).style.backgroundColor="#adb6bd"; document.getElementById(nicht1).style.backgroundColor="transparent"; document.getElementById(nicht2).style.backgroundColor="transparent"; document.getElementById(nicht3).style.backgroundColor="transparent"; } /* === alte navigation hover and click ============================== */ function farbenOver(feld) { document.getElementById(feld).style.backgroundColor='#77AE50'; } function farbenOut(feld) { document.getElementById(feld).style.backgroundColor='#9BD872'; } function farbenClick(feld,urlm,urln) { document.getElementById(feld).style.backgroundColor='#508030'; parent.Main.location.href=urlm; parent.Navi.location.href=urln; } function ellipsenClick(urlo) { parent.Navi.location.href=urlo; } function LadeInhaltFrame(URLB) { parent.KopakRechts.location.href=URLB; } function ChatUndInhalt(URLneu,URLB) { open(URLneu,"ChatboxWetzling","width=495,height=375"); parent.KopakRechts.location.href=URLB; } function Map(URLmap) { open(URLmap,"Stadtplan","width=700,height=555,resizable=yes"); } function SiteMapFenster(URLwin) { open(URLwin,"SiMaFenster","width=450,height=500,resizable=yes,status=yes"); } function Adressbox(URLwin) { open(URLwin,"Adressbox","width=400,height=300,resizable=yes,status=yes"); }