//copyright: update Zuerichvar base = "http://www.tolhusen.ch/pict/button/";var suffixon = "_on";var suffixoff = "_off";var endg = ".gif";if (document.images) {	bild1on = new Image();   bild1on.src = base + "kontakt" + suffixon + endg; 	bild1off = new Image();   bild1off.src = base + "kontakt" + suffixoff + endg;	bild2on = new Image();   bild2on.src = base + "standort" + suffixon + endg; 	bild2off = new Image();   bild2off.src = base + "standort" + suffixoff + endg;	bild3on = new Image();   bild3on.src = base + "profil" + suffixon + endg; 	bild3off = new Image();   bild3off.src = base + "profil" + suffixoff + endg;	bild4on = new Image();   bild4on.src = base + "kompetenzen" + suffixon + endg; 	bild4off = new Image();   bild4off.src = base + "kompetenzen" + suffixoff + endg;	bild5on = new Image();   bild5on.src = base + "aktuell" + suffixon + endg; 	bild5off = new Image();   bild5off.src = base + "aktuell" + suffixoff + endg;	bild6on = new Image();   bild6on.src = base + "home" + suffixon + endg; 	bild6off = new Image();   bild6off.src = base + "home" + suffixoff + endg;	  	bild20on = new Image();   bild20on.src = base + "agenda" + suffixon + endg; 	bild20off = new Image();   bild20off.src = base + "agenda" + suffixoff + endg;	bild21on = new Image();   bild21on.src = base + "vortraege" + suffixon + endg; 	bild21off = new Image();   bild21off.src = base + "vortraege" + suffixoff + endg;	bild22on = new Image();   bild22on.src = base + "publikationen" + suffixon + endg; 	bild22off = new Image();   bild22off.src = base + "publikationen" + suffixoff + endg;  	bild23on = new Image();   bild23on.src = base + "news" + suffixon + endg; 	bild23off = new Image();   bild23off.src = base + "news" + suffixoff + endg;   }        function bildOn(bildName) {                if (document.images) {                        document[bildName].src = eval(bildName + "on.src");                       }        }        function bildOff(bildName) {                if (document.images) {                        document[bildName].src = eval(bildName + "off.src");                }                                }
