/* (c) 2002-2010 by PeWo-Design - if not declared differently */ /* page print */ function zPrint(oTgt) { oTgt.focus(); oTgt.print(); } /* === navigation hover and click ============================== */ function buttonhover(welches) { document.getElementById(welches).style.borderColor="#e4e9ed"; document.getElementById(welches).style.color="#e4e9ed"; } function buttonout(welches) { document.getElementById(welches).style.borderColor="transparent"; document.getElementById(welches).style.color="#80848d"; } function vitaclick (wohin,welches,nicht1,nicht2) { parent.textframe.location.href=wohin; document.getElementById(welches).style.backgroundColor="#adb6bd"; document.getElementById(nicht1).style.backgroundColor="transparent"; document.getElementById(nicht2).style.backgroundColor="transparent"; } 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"; } /* === Fotostrecken ============================================= */ function eckhover(welches) { document.getElementById(welches).style.borderColor="#505358"; } function eckout(welches) { document.getElementById(welches).style.borderColor="#e4e9ed"; } function eckclick (wohin) { parent.textframe.location.href=wohin; } /* === Kalender ============================================== */ function teaser(hilite,teasetext) { document.getElementById('teaser').firstChild.data=teasetext; document.getElementById('teaser').style.color="#505358"; document.getElementById('teaser').style.backgroundColor="#c6cfd8"; document.getElementById('teaser').style.borderColor="#505358"; document.getElementById(hilite).style.backgroundColor="#bc2304"; document.getElementById(hilite).style.borderColor="#bc2304"; document.getElementById(hilite).style.color="#e4e9ed"; } function teaseroff(lolite) { document.getElementById('teaser').firstChild.data="Auf den farbigen Daten befinden sich Links zu neuen Bilder, Blog- oder Newseinträgen."; document.getElementById('teaser').style.color="#1a1c33"; document.getElementById('teaser').style.backgroundColor="transparent"; document.getElementById('teaser').style.borderColor="#adb6bd"; document.getElementById(lolite).style.backgroundColor="transparent"; document.getElementById(lolite).style.borderColor="transparent"; document.getElementById(lolite).style.color="#bc2304"; } function kalhover(welches) { document.getElementById(welches).style.borderColor="#505358"; document.getElementById(welches).style.backgroundColor="#c6cfd8"; } function kalout(welches) { document.getElementById(welches).style.borderColor="#adb6bd"; document.getElementById(welches).style.backgroundColor="#adb6bd"; } function kalclick (wohin) { parent.parent.textframe.location.href=wohin; } function kalblog (URL) { open(URL,"fenster","width=900,height=600,scrollbars=yes,resizable=yes"); }