
/*

	Journal-Funktionen

*/

var opn=0;
var x=460;
var y=320;
var WOption ='width='+x+', height='+y+', top=10, left=10, directories=0, location=0';
    WOption+=', menubar=0, resizable=0, scrollbars=1, status=0, toolbar=0';
function GoTo(WSeite) {
  //if(opn && WCard.closed == false) WCard.location.href=WSeite;
  //else {}
    WCard = window.open(WSeite, 'Anzeigefenster', WOption);
    opn=1;

  WCard.focus();
}
function GoToMen(MSeite) {
  if(MSeite=="WBG-Journal")  {
    //  parent.parent.menu.select('bild3',3)
    window.location.href="/index.php?page=journal";
  }
   // alert(MSeite)
}
