# File lib/ImageFormat.rb, line 64
def start_track  
  host_system.respond_to?(:start_track) ? host_system.start_track : 0
end