function checkframe()
{
if (self == top) 
	{	
	datei = window.location ;
	datei2 = '/include/referer.html' ;
 	document.writeln (" <frameset rows='212,*' cols='*' frameborder='NO' framespacing='0'>");	 
	document.writeln ("  <frame src='/de/topFrame.html' name='topFrame' scrolling='NO' noresize marginwidth='0' marginheight='0'>");
	document.writeln ("  <frameset rows='*' cols='232,*' framespacing='0' frameborder='NO'>");	 
	document.writeln ("   <frame src='/de/leftFrame.html' name='leftFrame' noresize marginwidth='0' marginheight='0'> ");	 
	document.writeln ("   <frame src='"+datei2+"' name='rightframe' marginwidth='0' marginheight='0'>");
	document.writeln ("  </frameset> ");
	document.writeln (" </frameset> ");
	document.writeln (" <noframes> ");
  document.writeln (" </noframes> ");
	frame_is_set = 0
	} 
}

function checkframe_en()
{
if (self == top) 
	{	
	datei = window.location ;
	datei2 = '/include/referer.html' ;
 	document.writeln (" <frameset rows='212,*' cols='*' frameborder='NO' framespacing='0'>");	 
	document.writeln ("  <frame src='/en/topFrame.html' name='topFrame' scrolling='NO' noresize marginwidth='0' marginheight='0'>");
	document.writeln ("  <frameset rows='*' cols='232,*' framespacing='0' frameborder='NO'>");	 
	document.writeln ("   <frame src='/en/leftFrame.html' name='leftFrame' noresize marginwidth='0' marginheight='0'> ");	 
	document.writeln ("   <frame src='"+datei2+"' name='rightframe' marginwidth='0' marginheight='0'>");
	document.writeln ("  </frameset> ");
	document.writeln (" </frameset> ");
	document.writeln (" <noframes> ");
  document.writeln (" </noframes> ");
	frame_is_set = 0
	} 
}

function check_de()
{
if (self == top) 
	{	
	window.location.href="/index_de.html" ;
	} 
}
function check_en()
{
if (self == top) 
	{	
	window.location.href="/index_en.html" ;
	} 
}
