set targets


  //   Set the target viewpoint when the Box is clicked.
  
        function touchBox (value, time) {
       new_pos[0] = -.343;
       new_pos[1] = 11.72;
       new_pos[2] = 5.19;
       new_rot[0] = -.966;
       new_rot[1] = -.257;
       new_rot[2] = 0.036;
       new_rot[3] = 1.20;
       setDestination ();
       setTime (time);
        }