Normal1 = new Image();
Normal1.src = "../img/rw.png";
Highlight1 = new Image();
Highlight1.src = "../img/rw_hover.png";

Normal2 = new Image();
Normal2.src = "../img/stop.png";
Highlight2 = new Image();
Highlight2.src = "../img/stop_hover.png";

Normal3 = new Image();
Normal3.src = "../img/fw.png";
Highlight3 = new Image();
Highlight3.src = "../img/fw_hover.png";

/* nicht benutzt 
Normal4 = new Image();
Normal4.src = "../img/back.png";
Highlight4 = new Image();
Highlight4.src = "../img/back_hover.png"; */

Normal5 = new Image();
Normal5.src = "../img/close.png";
Highlight5 = new Image();
Highlight5.src = "../img/close_hover.png";

/* in person.js
Normal6 = new Image();
Normal6.src = "../img/bild.png";
Highlight6 = new Image();
Highlight6.src = "../img/bild_hover.png"; */

/* in kalender.js
Normal7 = new Image();
Normal7.src = "../img/cal.png";
Highlight7 = new Image();
Highlight7.src = "../img/cal_hover.png"; */

/* in lageplan.js
Normal8 = new Image();
Normal8.src = "../img/karte.png";
Highlight8 = new Image();
Highlight8.src = "../img/karte_hover.png"; */

/* in kontakt.js
Normal9 = new Image();
Normal9.src = "../img/vcf.png";
Highlight9 = new Image();
Highlight9.src = "../img/vcf_hover.png";

Normal10 = new Image();
Normal10.src = "../img/pdf.png";
Highlight10 = new Image();
Highlight10.src = "../img/pdf_hover.png";

Normal11 = new Image();
Normal11.src = "../img/google-map.png";
Highlight11 = new Image();
Highlight11.src = "../img/google-map_hover.png";

Normal12 = new Image();
Normal12.src = "../img/plan.png";
Highlight12 = new Image();
Highlight12.src = "../img/plan_hover.png";

Normal13 = new Image();
Normal13.src = "../img/hvv.png";
Highlight13 = new Image();
Highlight13.src = "../img/hvv_hover.png";

Normal14 = new Image();
Normal14.src = "../img/handy.png";
Highlight14 = new Image();
Highlight14.src = "../img/handy_hover.png";

Normal15 = new Image();
Normal15.src = "../img/at.png";
Highlight15 = new Image();
Highlight15.src = "../img/at_hover.png";

Normal16 = new Image();
Normal16.src = "../img/form.png";
Highlight16 = new Image();
Highlight16.src = "../img/form_hover.png"; */

/* usw. fuer alle weiteren zu benutzenden Grafiken */

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}


/* Browsercheck Netscape 4.x */
/* auf index.html als browsercheck.js */

var browser = navigator.appName; 
var version = navigator.appVersion.substring(0,1); 

if(browser == "Netscape" && version == "4"){ 
	alert("Netscape 4.x kann diese Seiten nicht darstellen. Bitte aktualisieren Sie Ihren Browser!");
}

/* GA-knuyken */
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-657246-1']);
/* _gaq.push (['_gat._anonymizeIp']); */
_gaq.push(['_trackPageview']);

(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
