function lienBi(pLien)
{
    window.location=decode(pLien);
}

function lienBiBlank(pLien)
{
     window.open(decode(pLien));
}

function decode(pLien)
{
    return pLien.substr(1).replace(/^:/,'http:||').replace(/\|/g,'/').replace('@','?');
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}