Scott,
The next time you are in the code that outputs the KML file, could you please add the following tag to the KML output when there are associated pictures with the track from Photofusion.
<description>
<![CDATA[
<a href="(photo file name)" target="_blank">
<img src="(thumbnail photo file name)" />[/url]
]]>
</description>
Right now the kml looks like this:
<Placemark>
<name>IMG_2277.JPG</name>
<styleUrl>#m_ylw-pushpin_copy1</styleUrl>
<Point>
<coordinates>
-111.977781,35.143602,0
</coordinates>
</Point>
</Placemark>
and the <description> tag would go in right below the <styleUrl> tag,
This would allow the pictures to appear in google maps on the KML overlay.
Thanks