function tableclick(id, target)
{
        window.open(id, target);
}