
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function IF_openBrWindow(theURL,winName,features) { //v2.0
  Zweitfenster = window.open(theURL,winName,features);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function IF_jumpMenu(targ,selObj,restore){ //v3.0 geändert von Ihno Fißer
// Es wird nur verweist, wenn auch ein Ziel angegeben wurde; Um Trennlinie nutzen zu können
  if (selObj.options[selObj.selectedIndex].value!="")
  	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function ohneFrames(){ // von Ihno Fißer, 27.05.2002
//
	window.open('mitglieder_bereich.php?Modus=Logged','','dependent=yes,status=yes,top=0,left=0,width='+screen.width+'height='+screen.height);
	window.close();
//	self.focus();
//	window.moveTo(0,0);
//	window.resizeTo(screen.width,screen.height);
}

function Init() { // von Ihno Fißer, 25.05.2002
//
	window.defaultStatus = "Mitglieder-Loginder Freiwilligen Feuerwehr Barrien";
}


