script (body)


  
    url "javascript:
  
  //   Set the starting and ending (keyValue) position
  //   and oroientation.  These generate events.
  
        function setDestination () {
       pos_changed = new MFVec3f (cur_pos, new_pos);
       rot_changed = new MFRotation (cur_rot, new_rot);
        }