
var flashvars = false;
var params = {
wmode: "transparent"
};
var attributes = false;
swfobject.embedSWF("/images/design/noel/top_banner.swf", "headerGlobal", "996", "213", "8.0.0","/style/swfobject/expressInstall.swf", flashvars, params, attributes);

swfobject.embedSWF("/flash/abacadabrille_mini-clip.swf", "flash_clip_lmt", "153", "123", "8.0.0","/style/swfobject/expressInstall.swf", flashvars, params, attributes);



function taintme()
{
    new Effect.Opacity($('partenairesImages'), { from: 1.0, to: 0.7, duration:0.5 });
    Event.stopObserving(tainted);
}
function overImg(e) {
    var elm = Event.element(e); new Effect.Opacity($(elm), { from: 0.5, to: 100, duration:0 });
}
function outImg(e) {
    var elm = Event.element(e); new Effect.Opacity($(elm), { from: 100, to: 0.5, duration:0 });
}

/*
var tainted = new Event.observe(window, 'load', taintme);
document.observe('dom:loaded', function(e) {
    $$('#partenairesImages img').invoke('observe', 'mouseover', overImg).invoke('observe', 'mouseout', outImg);
});
*/

function ajaxReq(div,params,actionPage)
{
    var url = actionPage;

    var ajax = new Ajax.Updater
    (
        {success: div},
        url,{method: 'post', parameters: params}
    );
}

function showAllopassPricing(lng, m)
{
    $('inputForm1').hide();
    Effect.Appear($('inputForm1'));
    ajaxReq('euro_pricing', 'lng='+lng, '/cmd.php?m='+m+'&lng='+lng);
}