
/*
//Funktion zum Laden verschiedener Inhalte in die 4 Frames

function changeframes(ziel1, ziel2, ziel3, ziel4){
	top.content.location.href=ziel1;
	top.navi.location.href=ziel2;
	top.navi_footer.navi_footer_links.location.href=ziel3;
	top.navi_footer.navi_footer_rechts.location.href=ziel4;
	
}
*/

//Funktion zum Laden verschiedener Inhalte in die 2 Frames
/*
function changeframes(ziel1, ziel2){
	top.content.location.href=ziel1;
	top.navi.location.href=ziel2;


	
}


*/

//Funktion zum Laden verschiedener Inhalte in die 2 Frames

function changeframes(ziel1, ziel2){
	top.mainFrame.content.location.href=ziel1;
	top.mainFrame.navi.location.href=ziel2;
}

function weiter(ziel1){
	top.location.href=ziel1;
	
}
