function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_suspect_2" );

	-- Displayable items
	AddSprite( Regis, 256, 0, 358, 384, nil, VISIBLE, 47, 48 );
end