replacing text in specific location

i have a file that looks like this:

000000112/01/2008 D99999
000000 12/01/2008 D99999
000000 12/01/2008 1D99999

i need to replace the blanks into 1 for column 7,18-19

how can this be achieved using awk?

Thanks.

with the input sample you gave, what does the output look like?