function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_csi_1" );

	-- Displayable items
	AddSprite( Grissom, 198, 0, 243, 384, nil, VISIBLE, 31, 32 );
end