/** 
*   wenn diese Datei nicht in einem Frameset geladen wird, 
*   oder sie im Menüframegeladen wird, wird das Frameset
*   aufgerufen und der Pfad zu dieser Datei als Paramenter
*   zur Anzeige übergeben
**/
if (top.location.href == document.location.href || parent.menuFrame.location.href == document.location.href)
{
	contentframe = encodeURI(document.location.href);
	jspath = document.getElementById('jsloadframe').getAttribute('src')
	//menu/loadframes.js
	index_path = jspath.substring(0, jspath.length - 18) + 'mathe-lehramt.htm';
	top.location.href = index_path + '?show=' + contentframe;
}
/**
*  index_path = jspath.substring(0, jspath.length - 18) + 'mathe-lehramt.htm';
*  top.location.href = index_path + '?show=' + contentframe;
**/   
