function titel(ttext) {
	parent.Navoben.document.getElementById("Titel").innerHTML = ttext;
	if (ttext == "HOME") {
		bildvorladen();
	}
}

function popwindow(mywin) {
	myWin= open(mywin, "", "width=200,height=200,left=0,top=0,menubar=no,toolbar=no,status=no,resizable=yes");
}

function inline(seite) {
	parent.Hauptframe.I1.document.location.href = seite;
}

function bildladen(xbild) {
	Bild = new Image();
	Bild.src = xbild;
	parent.Hauptframe.document.images[0].src = Bild.src;
}

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";
}

