function liencl(pLien)

{

    window.location=decode(pLien);

}



function lienclBlank(pLien)

{

     window.open(decode(pLien));

}



function decode(pLien)

{

    return pLien.substr(1).replace(/^:/,'http:||').replace(/\|/g,'/').replace('@','?');

}