
function popadopen() {
window.open("http://www.FlexWechsel.de", "adwindoink2", "width=600,height=400,left=100,top=100,resizable=yes,menubar=yes,status=yes,locationbar=yes,location=yes,directories=yes,scrollbars=yes,toolbar=yes");
window.blur();
}

function gotarget() {
    window.location.href = 'http://www.druckerzubehoer.de/index.phtml?refid=52152h';
}

function divcarpe1() {
    document.getElementById("carpe").innerHTML = "Carpe Internet";
    setTimeout("divcarpe2()", 900);
}

function divcarpe2() {
    document.getElementById("carpe").innerHTML = "Carpe InInk.eu";
}

function divlist() {
    document.getElementById("list").innerHTML ="<a onfocus='this.blur();' href='#'>Canon</a><a onfocus='this.blur();' href='#'> Epson</a><a onfocus='this.blur();' href='#'> HP<a onfocus='this.blur();' href='#'> Samsung Brother</a><a onfocus='this.blur();' href='#'> Lexmark</a><a onfocus='this.blur();' href='#'> Kodak</a>";
}

function divbundesweiter() {
    document.getElementById("bundesweiter").innerHTML = "Your cheap Inkservice";
}

function divdomain() {
    document.getElementById("domain").innerHTML = "www.InInk.eu";
}

function divbranchenbuch() {
    document.getElementById("branchenbuch").innerHTML = "<a onfocus='this.blur();' href='http://www.bundesweites-branchenbuch.de' target='_blank'>Bundesweites Branchenbuch</a>";
}

function timedRefresh(timeoutPeriod) {
	setTimeout("location.reload(true);",timeoutPeriod);
}

function makebg() {
    document.getElementById("no4").style.color = '#A00000';
    setTimeout("makered()", 500);
}

function makered() {
    document.getElementById("no4").style.color = 'red';
    setTimeout("makeoriginal()", 700);
}

function makeoriginal() {
    document.getElementById("no4").style.color = '#D6D4D4';
    setTimeout("makebg()", 900);
}






