<!--
function FoxyCheck(WID) 
{
  GateWin = window.open('http://www.foxymeeting.de/cgi-bin/gate/index.pl?WID='+WID,'FoxyGate','width=590,height=400,top=10,left=10,status=yes');
  GateWin.focus();
  return GateWin; 
}

function FoxyWindow(LNK,NAME)
{
  GateWin = window.open(LNK,NAME,'width=590,height=400,top=20,left=20,status=yes,scrollbars=yes');
  GateWin.focus();
  return GateWin;
}

function FoxyAGBS()
{
  AgbWin = window.open("http://www.foxymeeting.de/gate/agb.html","AGBS","width=570,height=400,top=25,left=25,status=yes,scrollbar=yes");
  AgbWin.focus();
  return AgbWin;
}

function FoxyImpressum()
{
  ImpressumWin = window.open('http://www.foxymeeting.de/gate/impressum.html','Impressum','width=590,height=400,top=20,left=20,status=yes');
  ImpressumWin.focus();
  return ImpressumWin;
}


//-->

