function goTo( url )
{
    window.location.href = url;
}

function Click( tableCellRef, navStyle, url )
{
    goTo( url );
}

