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

function favoris() 
{
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Achat-tableaux.fr","http://www.achat-tableaux.fr",""); }
else { window.external.AddFavorite("http://www.achat-tableaux.fr","Achat-tableaux.fr"); }
}