
function setIsLoaded()
{
    if((top.jsTld._target != '')&&(typeof(top.jsTld._indexer) == 'number'))
    {
        top.jsTld.setIframe(top.jsTld._target, top.jsTld._indexer);
    }
}

function parentUnlock ()
{
    if (top.data_detail)
        top.data_detail.unlock ();
    top.listLock = false;
}

function selectRow (idElement, idx)
{
    if(document.all['data_detailhidden'])
        top.jsTld.selectRowTld (idElement, idx);

    return;
}

