function OpenImageWindow(obj_id)
{
    window.open("/lv/image/"+obj_id, "image","location=0,status=0,scrollbars=0,width=800,height=500");
}
