// This either displays an jpeg image or an applet that gives a 3D globe view
// of the image. Which occurs is determined by <blah blah>

{
    var width, height;
    width = 580;
    height = 509;
    document.write('<img src="imgsmall/loading_image.jpg" border="0" width="' + width + '" height="' + height + '" alt="Image of MISR Level 3 Data" title="Image of MISR Level 3 Data" name="dataimg">');
}
