

/*---------Druckfenster Script zum öffnen des Druckfensters---------*/

function OpenPrintWindow() {
    var path = location.href + "/usetemplate-print/";
    var elmWin = window.open(path, "Printpreview", "width=650,height=650,left=100,top=200, scrollbars=yes, resizable=yes");
}

/*---------Druckfenster Script Ende---------*/


/*---------Produktkonfigurator aufklappscript---------*/

function displayElement() {

    var styler = document.getElementById('elemente').style.display = "block";

    /* Für wechselndes Hintergrundbild angedacht
    
    background = document.getElementById('btnActive').style.backgroundImage;
    if (background == "url(http://pegasus/lanco2/portaldata/1/images/orderBtn.jpg)") {
        document.getElementById('btnActive').style.backgroundImage = "url(http://pegasus/lanco2/portaldata/1/images/orderBtn.jpg)";
    } else {
        document.getElementById('btnActive').style.backgroundImage = "url()";
    }
    */
    var btn = document.getElementById('btnActive').style.display = "none";
}

/*---------Produktkonfigurator aufklappscript Ende---------*/

