var ie;
var broser = navigator.appName;
if(broser == "Netscape"){ie = 0;}
else{ie = 1;}

function mausOver(i,a){
    if(ie==0){
        a[i].src= "/images/mouseover/"+i+"_2.gif";
    }
    if(ie==1){
        document.images[i].src= "/images/mouseover/"+i+"_2.gif";
    }
}
function mausOut(i,a){
    if(ie==0){
        a[i].src= "/images/mouseover/"+i+"_1.gif";
    }
    if(ie==1){
        document.images[i].src= "/images/mouseover/"+i+"_1.gif";
    }
}

function Hinweis() {
    if(window.name == "Content"){
        alert("Ihre Sitzung läuft in 5 min ab!");
    }
}
function openPWVergessen(type){
	var width="395";
	var height="445";
	if(ie==0){
		width="465";
		height="465";
	}
	pwv=open("pwvergessen.php4?type="+type, "pwv","width="+width+",height="+height+",screenX=0,screenY=0,resizable=no,menubar=no,frameborder=0");
	pwv.moveTo(100,100);
	pwv.focus();
}

