var phpAds_campain_big;
var phpAds_campain_sky;

function up(x) {
document.getElementById('atx').style.visibility = "hidden";
document.getElementById('bex').style.visibility = "hidden";
document.getElementById('dax').style.visibility = "hidden";
document.getElementById('iatx').style.visibility = "hidden";
document.getElementById(x).style.visibility = "visible";
}

function externeshtml(dokument,breit,hoch)
{
	externeswin = window.open (dokument, "externeswin", "width="+breit+",height="+hoch+",scrollbars=yes,resizable=yes,status=no");
}

function externeshtml2(dokument,breit,hoch)
{
    externeswin = window.open (dokument, "externeswin", "width="+breit+",height="+hoch+",scrollbars=yes,resizable=no");
}

function printArticle(id)
{
    var printwin = window.open ("/pages/" + id + '/print', "printwin", "width=600, height=500");
	
}
function nwindow(x)
{
 neuesFenster = window.open(x, "zweitfenster", "width=520,height=700,left=320,top=200,scrollbars=yes,resizable=yes");
}

function banner()
{
        document.getElementById("frame1").src = "/advertorial/full_home.html";
}
function tools() {
if(document.getElementById("tools").style.position == "absolute") {
document.getElementById("tools").style.position="relative";
document.getElementById("tools").style.visibility="visible"; }
else {
document.getElementById("tools").style.position="absolute";
document.getElementById("tools").style.visibility="hidden"; }
}

