function main()
	Is3D( FALSE );

	AddBackground( "Hangar\\still_hangar_cratescu" );

	-- Displayable items
	AddSprite( OBillCratesCU, 0, 0, 512, 512, "obj_billcratescu.dds", VISIBLE );

	-- Hotspot
	AddSprite( HBillCratesCU, 171, 0, 297, 384, nil, ACTIVE, 0, 0, TOOLS );
end