function main()
	Is3D( FALSE );

	AddBackground( "funeral\\still_drawer_opened" );

	-- Displayable objects
	AddSprite( OFuneralBackReceiptClosed, 291,  94, 256, 256, "obj_receipt_closed.dds", VISIBLE );

	-- Hotspot                      
	AddSprite( HFuneralBackReceiptClosed, 340, 184, 140, 110, nil, ACTIVE, 0, 0, TOOLS );	
end