function Go1(){
	x1="content01_home.htm"
	x2="det01_01_start.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
	function Go2(){
	x1="content02_praxisphilosophie.htm"
	x2="det02_01_praxisphilosophie.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go3(){
	x1="content03_praxisteam.htm"
	x2="det03_01_praxisteam.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go4(){
	x1="content04_leistungen.htm"
	x2="det04_01_individualprophylaxe.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go5(){
	x1="content05_kontakt.htm"
	x2="det05_05_online_formular.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go6(){
	x1="content06_aktuelles.htm"
	x2="det06_01_informationen.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go7(){
	x1="content07_raeume.htm"
	x2="det07_01_rezeption.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go8(){
	x1="content08_rechtshinweise.htm"
	x2="disclaimer.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}
function Go9(){
	x1="content09_lage.htm"
	x2="det09_01_parkmoeglichkeiten.htm"
parent.frames[1].location.href = x1;
	parent.frames[2].location.href = x2;
	}


function ersetzen(loc)
{
top.location.href = loc
}

function ersetzen(loc)
{
top.location.replace(loc)
}

if(top.location.href == self.location.href)
ersetzen("zahnarzt.htm")

