<!-- 
// (C) 2002 - ARCMEDIA AG Luzern. ss.08.2002

function MM_reloadPage(init) {  //NN Fenster neu laden bei Grössenänderung
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function WopenWinEmail(theURL,winName,features) {

var winwidth = "412"; //Fensterweite  565
var winheight = "480"; //Fensterhöhe 690
var sw =(screen.width);
var posw = (((screen.width-winwidth)-30)/2); //scrollbalken abziehen
var posv = ((screen.height-winheight)/2); 
var features = "scrollbars=yes,resizable=yes";

features = features + ",width=" + winwidth + ",height=" + winheight + ",left=" + posw + ",top="+ posv
window.open(theURL,winName,features); 
}

function Anmeldung(theURL,winName,features) {

var winwidth = "490"; //Fensterweite  490
var winheight = "405"; //Fensterhöhe
var sw =(screen.width);
var posw = (((screen.width-winwidth)-30)/2); //scrollbalken abziehen
var posv = ((screen.height-winheight)/2); 
var features = "scrollbars=yes,resizable=yes";

features = features + ",width=" + winwidth + ",height=" + winheight + ",left=" + posw + ",top="+ posv
window.open(theURL,winName,features); 
}

function Box(theURL,winName,features) {

var winwidth = "370"; //Fensterweite 
var winheight = "200"; //Fensterhöhe
var sw =(screen.width);
var posw = (((screen.width-winwidth)-30)/2); //scrollbalken abziehen
var posv = ((screen.height-winheight)/2); 
var features = "scrollbars=auto,resizable=yes";

features = features + ",width=" + winwidth + ",height=" + winheight + ",left=" + posw + ",top="+ posv
window.open(theURL,winName,features); 
}

var useFlash = navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;


// -->
