
// Allgemeines PopUp
function popup(page,x,y,s) {
  if (!s) { s = "1" }
  titel = x +""+ y;
  PopWindow=window.open(page,titel,"scrollbars="+s+",resizable=no,width="+x+",height="+y);
  PopWindow.focus();
}


// Webradio-Fenster
function Webradio() {
  StreamWindow=window.open("popup_webradio.php","StreamWin","scrollbars=no,resizable=no,width=425,height=259");
  StreamWindow.focus();
}


// Download/Dia-Show-PopUp
function Argovia(page,id) {
  ArgoviaWindow=window.open("popup_argovia.php?page="+page+"&id="+id,"ArgoviaWin","scrollbars=0,resizable=no,width=600,height=500");
  ArgoviaWindow.focus();
}


// Wetter-Fenster
function WetterWin() {
  WetterWindow=window.open("http://wetter.heute.ch/cgi-bin/wetter.pl?show=karte","WetterWin","scrollbars=yes,resizable=yes,width=590,height=620");
  WetterWindow.focus();
}


// Chat-Fenster
function ChatWin() {
  ChatWindow=window.open("chat/index.php3","ChatWin","scrollbars=yes,resizable=yes,width=700,height=520");
  ChatWindow.focus();
}


// Webcam-Fenster
function CamWin(cam) {
  Cam1Window=window.open("popup_webcam_feed.php?cam="+cam,"CamWin"+cam,"scrollbars=no,width=320,height=240");
}

function CamWin2(cam) {
  Cam2Window=window.open("popup_webcam.php?cam="+cam,"CamWin2"+cam,"scrollbars=no,width=640,height=480");
}

