function gFrameChk() {
var gZiel = location.href
if(!eval("parent.gbframe")) { location.replace("/index.htm?geb_fra.htm"); }
}

function gFrameLoad() {
 var URL=location.search;
 if(URL) {
  frame=eval("frames.gbframe");
		frame.location.replace(URL.substring(1,URL.length));
	}
}

function mFrameChk() {
var mZiel = location.href
var mDetail = mZiel.split("/")
 if(!eval("parent.hauptframe")) { location.replace("/index.htm?"+mDetail[mDetail.length-1]); }
}

function mFrameLoad() {
 var URL=location.search;
 if(URL) {
  frame=eval("frames.hauptframe");
		frame.location.replace(URL.substring(1,URL.length));
	}
}

