
function object_image(obj_id, id, sec){
    win=window.open("object_img.php?id="+id+"&obj_id="+obj_id+"&sec="+sec,"images","resizable=yes,toolbar=no,status=no,height=600,width=800,top=20");
}
