agent = navigator.userAgentbrowserVer = 1if (agent.indexOf("a/3",6) != -1) {   browserVer = 1  }else {   if (agent.indexOf("a/4",6) != -1)    {browserVer = 1}}if (browserVer == 1) {				orteoff=new Image;			orteoff.src="../images/architektur/orte/orte.jpg";			orteon=new Image;			orteon.src="../images/architektur/orte/orte.jpg";							orte_laurentiusoff=new Image;			orte_laurentiusoff.src="../images/architektur/orte/orte.jpg";			orte_laurentiuson=new Image;			orte_laurentiuson.src="../images/architektur/orte/orte_laurentius.jpg";										orte_ostfluegeloff=new Image;			orte_ostfluegeloff.src="../images/architektur/orte/orte.jpg";			orte_ostfluegelon=new Image;			orte_ostfluegelon.src="../images/architektur/orte/orte_ostfluegel.jpg";								orte_bibliothekoff=new Image;			orte_bibliothekoff.src="../images/architektur/orte/orte.jpg";			orte_bibliothekon=new Image;			orte_bibliothekon.src="../images/architektur/orte/orte_bibliothek.jpg";									orte_lichthausoff=new Image;			orte_lichthausoff.src="../images/architektur/orte/orte.jpg";			orte_lichthauson=new Image;			orte_lichthauson.src="../images/architektur/orte/orte_lichthaus.jpg";									orte_westfluegeloff=new Image;			orte_westfluegeloff.src="../images/architektur/orte/orte.jpg";			orte_westfluegelon=new Image;			orte_westfluegelon.src="../images/architektur/orte/orte_westfluegel.jpg";									orte_toroff=new Image;			orte_toroff.src="../images/architektur/orte/orte.jpg";			orte_toron=new Image;			orte_toron.src="../images/architektur/orte/orte_tor.jpg";						orte_praelaturoff=new Image;			orte_praelaturoff.src="../images/architektur/orte/orte.jpg";			orte_praelaturon=new Image;			orte_praelaturon.src="../images/architektur/orte/orte_praelatur.jpg";			}function change(imgDocID,imgObjName){	document.images[imgDocID].src = eval(imgObjName + ".src");}
