	// set the graphics port for drawing the first image
	err = GraphicsImportSetGWorld( backgroundImporter, GetWindowPort( window ), NULL );
	
	// draw the background
	err = GraphicsImportDraw( backgroundImporter );