
function getE(name) {
    if (document.getElementById)
        var elem = document.getElementById(name);
    else if (document.all)
        var elem = document.all[name];
    else if (document.layers)
        var elem = document.layers[name];
    return elem;
}

function OpenWindow(query, w, h, scroll) {
    var l = (screen.width - w) / 2;
    var t = (screen.height - h) / 2;

    winprops = 'resizable=0, height=' + h + ',width=' + w + ',top=' + t + ',left=' + l + 'w';
    if (scroll) winprops += ',scrollbars=1';
    var f = window.open(query, "_blank", winprops);
}

function showRiparmio(valore, percentuale) {
    $('<div style="float: right; margin: 10px 15px 0px 20px;"><span class="risparmio"><div>' + valore + ' <span>' + percentuale + '</span></div></span></div>').insertAfter('DIV.sfCR');
}

function setCoccarda(myImg) { 
    myImg.src="/images/coccarda.png"
}

function showTBPage(myProductId) {
    self.parent.tb_show(("Avviso" || this.name || null), "/ProductConflict.aspx?ProductID=" + myProductId + "&KeepThis=true&TB_iframe=true&height=350&width=950", (this.rel || false), window);
}

function CombiConfigOmaggio(myProductId) {
    self.parent.tb_show(("Seleziona l'omaggio" || this.name || null), "/CombiConfigOmaggio.aspx?ProductID=" + myProductId + "&KeepThis=true&TB_iframe=true&height=580&width=1000", (this.rel || false), window);
}
