function load1(){
if(navigator.userAgent.indexOf("MSIE") != -1){location.href = "home/homeIE.html";}
else if(navigator.userAgent.indexOf("Opera") != -1){location.href = "home/homeIE.html";}
//if(navigator.appCodeName.indexOf("Mozilla") != -1){location.href = "home/home.html";}
else if(navigator.userAgent.indexOf("Mozilla") != -1){location.href = "home/home.html";}
window.status = "Dr. med. dent. Inge Metzner";
}
function cssTest(){
switch((navigator.appName)){
	case "Opera":
		document.write("<link href= ../stylesheets/formateOP.css rel= stylesheet type= text/css> ");
		//alert("Opera");
		break;
	case "Mozilla":
		document.write("<link href= ../stylesheets/formateI.css rel= stylesheet type= text/css> ");
				//alert("Mozilla");
		break;
	case "Netscape":
		document.write("<link href= ../stylesheets/formateI.css rel= stylesheet type= text/css> ");
				//alert("net");
		break;
	case "Microsoft Internet Explorer":
				//alert("ms");
		document.write("<link href= ../stylesheets/formateIE.css rel= stylesheet type= text/css> ");
		break;
	default:
		document.write("<link href= ../stylesheets/formateIE.css rel= stylesheet type= text/css> ");
				//alert("Other");
}
}

function cssTest2(){

switch((navigator.appName)){
	case "Opera":
		document.write("<link href= stylesheets/formateOP.css rel= stylesheet type= text/css> ");
		//alert("Opera");
		break;
	case "Mozilla":
		document.write("<link href= stylesheets/formateI.css rel= stylesheet type= text/css> ");
				//alert("Mozilla");
		break;
	case "Netscape":
		document.write("<link href= stylesheets/formateI.css rel= stylesheet type= text/css> ");
				//alert("net");
		break;
	case "Microsoft Internet Explorer":
				//alert("ms");
		document.write("<link href= stylesheets/formateIE.css rel= stylesheet type= text/css> ");
		break;
	default:
		document.write("<link href= stylesheets/formateIE.css rel= stylesheet type= text/css> ");
				//alert("Other");
}
}
function Datum(){
var Datum = new Date();
 Datum.setTime(Date.parse(document.lastModified));
var Tag=Datum.getDate();
var Monat=Datum.getMonth();
var Jahr=Datum.getYear();
var monat = new
Array("jan","feb","march","April","Mai","june",
"july","aug","sep","okt","nov","dec");
if(Jahr < 1900) Jahr +=1900;
document.write(" " +monat[Monat]+" "+Tag +" " +Jahr );}

function NachOben() {
 var y=0;
 if (window.pageYOffset) y = window.pageYOffset;
 else if (document.body && document.body.scrollTop) y=document.body.scrollTop;
 while(y > 0)
 {
  setTimeout("window.scrollBy(0,-10)",10);
  y = y - 10;
 }
}

function NeuFenster(bigImg) {
 MeinFenster =
  window.open(bigImg,"Bilder", "width=420,height=330,scrollbars=no,left=0,top=320");
 MeinFenster.document.name = "neu";
MeinFenster.document.bgColor="#446677"; 

 MeinFenster.focus();
  
}
function NeuFenster(bigImg) {
 MeinFenster =
  window.open(bigImg,"Bilder", "width=420,height=445,scrollbars=no,left=10,top=220");
 MeinFenster.document.name = "neu";
MeinFenster.document.bgColor="#446677"; 

 MeinFenster.focus();
  
}
function ImpressumFenster2() {
 MeinFenster =
        window.open("impressum/impressum.html","Zweitfenster", "width=550,height=600,left=200,top=10,scrollbars=yes");
 MeinFenster.focus();

}
function ImpressumFenster() {

 MeinFenster =
        window.open("../impressum/impressum.html","Zweitfenster", "width=550,height=600,left=200,top=10,scrollbars=yes");
 MeinFenster.focus();

}
function DefFenster() {

 MeinFenster =
        window.open("../impressum/def.html","Zweitfenster", "width=550,height=600,left=200,top=10,scrollbars=yes");
 MeinFenster.focus();

}

function ImageFenster(imName,extens,format) {
z1="/gImages/";
z2=".jpg";
z3=".gif";
if(extens=='j')
	im=z1+imName+z2;
else
	im=z1+imName+z3;

 MeinFenster =
        window.open(im,"Zweitfenster", "width=700,height=700,left=220,top=100");
 MeinFenster.focus();
 
 if(format=='h')
	MeinFenster. resizeBy(-300,-100);
else if(format=='v')
	MeinFenster. resizeBy(-100,-300);
else if(format=='q')
	MeinFenster. resizeBy(-200,-200);

}

