Here's a tip for all you KMLer's out there.

If you want to Import a color screen from GE instread of a grayscale one you can make a copy of the TIF world file that KMLer saves and use it as JPG world file to reference a GE saved image.

Instructions:
1. Make sure the 'terrain' layer is OFF in GE
2. Import the screen from GE in KMLer, it will appear as greyscale in ArcMap
3. Switch to GE, be careful not to pan or zoom at all!
4. File->Save->Save Image, and save the image in the same directory with the same file name as you did in KMLer (but with a jpg extension instead of tif)
5. Go to the directory you saved them to, make a copy of the .tfw file that has the same name as your .tif and change its extension to .jgw
6. Back to ArcMap, you can now load the jpg and it will be Geo-referenced, and in color to boot!!

p.s. if you are going to capture a lot of images you can simplify step 5 by typing the folowing command in a command prompt window in the direcotry with the tfw files:
Code:
for %1 in (*.tfw) do copy %1 %~n1.jgw