function cellClick(t)
{
    if (document.getElementById){
        location.href = t.childNodes[0].href
            }
    return false;
}
