/**
   -------- -------- -------- 
   www.stoffselig.de
   -------- -------- -------- 
*/


function checkFrameset(strFrameMaster) {

var MyLocation;	

	if (top == self) {
	  if (window.opera) {
	  } else {
	  	top.location.href = strFrameMaster + '.html';	  	  	
	  }
	}
}






/** Laden von zwei Frames **/
function MenueAnpassen (URI) {
  parent['menue'].location.href = URI + '_menue.html';
  parent['bottom'].location.href = URI + '_bottom.html';  
  parent['stoffhead'].location.href = URI + '_top.html';  
}
