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