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

function showMore()
{
lv.style.display=(lv.style.display=='block')?'none':'block';
}

