// frameset laden 1
function ersetzen(loc)
{
top.location.href = loc;
}

// frameset laden 2
function ersetzen(loc)
{
top.location.replace(loc);
}


function titel(ttext) {

// frameset laden 3
if (top.location.href == self.location.href) {
	ersetzen("Default.htm");
	}
// seitentitel setzen
	parent.Navoben.document.getElementById("Titel").innerHTML = ttext;

//	if (ttext == "HOME") {
//		bildvorladen();
//	}
}

//function TwoLetters(source, arguments) {
//if (arguments.indexof("-") == 3) && (arguments.indexof("-") == 4) {
//	arguments.IsValid=false
//	} else {
//	arguments.IsValid=true
//	}
//}


function popwindow(newUrl) {
	myWin= open("linksseite.htm", "Links", "width=15,height=15,left=0,top=0,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes");
	for ( x = 15; x < screen.availWidth; x=x+5){
		myWin.resizeTo(x,25);
	}

	for ( y = 25; y < screen.availHeight; y=y+5){
		myWin.resizeTo(x,y);
	}			
	myWin.document.location.href = newUrl;
}

function bildladen(xbild) {
	Bild = new Image();
	Bild.src = xbild;
	parent.Hauptframe.document.images[0].src = Bild.src;
}


function inline(seite) {
	parent.Hauptframe.I1.document.location.href = seite;
	var punkt = seite.indexOf(".");
	var strBild = 'images/' + seite.substring(0, punkt) + '.jpg';
	bildladen(strBild);
 }


function rahmenvorladen() {
	Bild= new Image();
	Bild.src = "images/streifen-oben-neu.jpg";
}

function bildvorladen() {
	Bild1= new Image();
	Bild1.src = "images/hp-actsys.jpg";
	Bild2= new Image();
	Bild2.src = "images/hp-baywell.jpg";
	Bild3= new Image();
	Bild3.src = "images/hp-ohrwaschl.jpg";
	Bild4= new Image();
	Bild4.src = "images/hp-no13.jpg";
	Bild5= new Image();
	Bild5.src = "images/hp-schichtl.jpg";
	Bild6= new Image();
	Bild6.src = "images/hp-sternenuhr.jpg";
	Bild7= new Image();
	Bild7.src = "images/hp-videoburg.jpg";
	Bild8= new Image();
	Bild8.src = "images/hp-weihnachtsbaeume.jpg";
	Bild9= new Image();
	Bild9.src = "images/hp-xetos.jpg";
	Bild10= new Image();
	Bild10.src = "images/hp-zahnarzt.jpg";
	Bild11= new Image();
	Bild11.src = "images/hp-otto.jpg";
	Bild12= new Image();
	Bild12.src = "images/hp-syscomtec.jpg";
	Bild13= new Image();
	Bild13.src = "images/hp-schweitzer.jpg";
	Bild14= new Image();
	Bild14.src = "images/hp-vidivici.jpg";
	Bild15= new Image();
	Bild15.src = "images/navigation.jpg";
	Bild16= new Image();
	Bild16.src = "images/dynamisch.jpg";
	Bild17= new Image();
	Bild17.src = "images/formulare.jpg";
}
