<!--
function vorteils_card() {
// Here resize the PopUp
var popUpSizeX=570;
var popUpSizeY=600;

// Here move it to any poiny on screen	
var popUpLocationX=100;
var popUpLocationY=100;

// URL of the popUp
var popUpURL="vorcard.html";


splashWin = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0');

splashWin.blur();
window.focus();

splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus();
}

function sportverein_news_adidas() {
// Here resize the PopUp
var popUpSizeX=420;
var popUpSizeY=560;

// Here move it to any poiny on screen	
var popUpLocationX=100;
var popUpLocationY=100;

// URL of the popUp
var popUpURL="sportnews/adidas.html";


splashWin = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');

splashWin.blur();
window.focus();

splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus();
}

function sportverein_news_erima() {
// Here resize the PopUp
var popUpSizeX=420;
var popUpSizeY=420;

// Here move it to any poiny on screen	
var popUpLocationX=100;
var popUpLocationY=100;

// URL of the popUp
var popUpURL="sportnews/erima.html";


splashWin = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');

splashWin.blur();
window.focus();

splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus();
}

function prodmon_ktm() {
// Here resize the PopUp
var popUpSizeX=650;
var popUpSizeY=410;

// Here move it to any poiny on screen	
var popUpLocationX=100;
var popUpLocationY=100;

// URL of the popUp
var popUpURL="pdmonats/ktm.html";


splashWin = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');

splashWin.blur();
window.focus();

splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus();
}

function anfahrtsplan() {
// Here resize the PopUp
var popUpSizeX=440;
var popUpSizeY=500;

// Here move it to any poiny on screen	
var popUpLocationX=100;
var popUpLocationY=100;

// URL of the popUp
var popUpURL="anfahrt.html";


splashWin = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');

splashWin.blur();
window.focus();

splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);
splashWin.location=popUpURL;
splashWin.focus();
}
//-->
