function FrameCheck(sprache) {
  	if (parent.frames.length < 1) {
 		neue_url = document.location.pathname;
 		neue_url = neue_url.substring(0,neue_url.indexOf(sprache));
        neue_url = neue_url + sprache + '/frame_load.html?';
   		//document.location.href = neue_url + document.location.pathname;
  	}
}