
function mediapopup(theURL) { //v2.0
var winName = "Shopfenster";
var neuFenster =  window.open(theURL,winName,"width=300,height=300,left=300,top=100,scrollbars=no");
neuFenster.focus();
}

function sitemappopup(theURL) { //v2.0
var winName = "sitemapfenster";
var neuFenster =  window.open(theURL,winName,"width=500,height=352,left=100,top=100,scrollbars=no");
neuFenster.focus();
}

function gewinnpopup(theURL) { //v2.0
var winName = "gewinnfenster";
var neuFenster =  window.open(theURL,winName,"width=300,height=480,left=400,top=50,scrollbars=no");
neuFenster.focus();
}

function atmenpopup(theURL) { //v2.0
var winName = "atmenfenster";
var neuFenster =  window.open(theURL,winName,"width=1000,height=600,left=0,top=10,scrollbars=no");
neuFenster.focus();
}